COLOR #480580

HEX: #480580
RGB: (72,5,128)

Renk bilgisi

#480580 contains mainly red and blue colors. #480580 ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#480580 color RGB value is (72,5,128).

  • kırmız ton 72;
  • yeşil ton 5;
  • mavi ton 128.
RGB:
(72,5,128)
(28%,2%,50%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 5 of 255 = 2%
B 128 of 255 = 50%

72
5
128

R + G + B ~ 27%. #480580 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 5 + 128 = 205 (100%)
R 72 of 205 ~ 35.12%
G 5 of 205 ~ 2.44%
B 128 of 205 ~ 62.44%

%35.12
%62.44

CMYK RENK MODELİ

#480580 rengi CMYK tonu (44,96,0,50).

  • camgöbeği tonu 43.75%
  • eflatun tonu 96.09%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(44,96,0,50)
C44M96Y0K50 
(44%,96%,0%,50%)
(0.44/0.96/0.00/0.50)	

CMYK yüzdeleri

%43.75
%96.09
%0
%49.8

Codes

Color #480580 in popluar color models

480580
RGB725128
HSL273°92.48%26.08%
HSB/HSV273°96.09%50.20%
CMYK43.75%96.09%0.00%
49.80%

Color #480580 in popluar number systems.

HEX480580
Decimal725128
Binary100100010110000000
Octal1105200

Shades and tints

Shades of #480580

#480580
(72,5,128)
#420575
(66,5,117)
#3C056A
(60,5,106)
#36055F
(54,5,95)
#300554
(48,5,84)
#2A0549
(42,5,73)
#24053E
(36,5,62)
#1E0533
(30,5,51)
#180528
(24,5,40)
#12051D
(18,5,29)
#0C0512
(12,5,18)
#000000
(0,0,0)

Tints of #480580

#480580
(72,5,128)
#581B8B
(88,27,139)
#683196
(104,49,150)
#7847A1
(120,71,161)
#885DAC
(136,93,172)
#9873B7
(152,115,183)
#A889C2
(168,137,194)
#B89FCD
(184,159,205)
#C8B5D8
(200,181,216)
#D8CBE3
(216,203,227)
#E8E1EE
(232,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480580 color. Also use rgb(72,5,128) instead hex code.

Text Font Color

.myTextColor { color: #480580; }

<p style="color:#480580">This sample text font color is #480580.</p>

This text font color is #480580.


Background Color

.myBgColor { background-color: #480580; }

<div style="background-color:#480580">Inner text</div>

This div background color is #480580.


Border color

.myBorderColor { border: 1px solid #480580; }

<div style="border:3px solid #480580">Div</div>

This div border color is #480580.


Opacity

.myOpacity80 { color: #480580; opacity: 0.8; }

<p style="color:#480580;opacity:0.8;">80%</p>

Text with #480580 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #480580;}

<p style="text-shadow: 3px 3px 1px #480580">Text here.</p>

This text has shadow with #480580 color.

.textShadow {text-shadow: 3px 3px 1px #480580, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #480580, 5px 5px 20px red">Text here.</p>

This text has shadow with #480580 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#480580, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#480580, Direction=45, Strength=4)">Text</p>

This text has shadow with #480580 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #480580;
  -webkit-box-shadow:	1px 1px 3px 2px #480580;
  box-shadow:		1px 1px 3px 2px #480580;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #480580;
-webkit-box-shadow: 1px 1px 3px 2px #480580;
box-shadow:1px 1px 3px 2px #480580;">
Div content here</div>
This div box has shadow with color #480580.

Preview

Color preview on black background

This text has color #480580 on black background.


Color preview on white background

This text has color #480580 on white background.



Black color preview on #480580 background

This text has black color on #480580 background.


White color preview on #480580 background

This text has white color on #480580 background.