#480578

Color #480578 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #480578

Tints of Indigo #480578

Color information

#480578 (or 0x480578) is unknown color: approx Indigo. HEX triplet: 48, 05 and 78. RGB value is (72,5,120). Sum of RGB (Red+Green+Blue) = 72+5+120=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #480578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480578 is #B7FA87. Grayscale: #252525. Windows color (decimal): -12057224 or 7865672. OLE color: 7865672.

HSL color Cylindrical-coordinate representation of color #480578: hue angle of 274.96º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480578 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB725120-
CMYK0.400.9600.53
HSL274.96º92%24.51%-
HSV(B)274.96º95.83%47.06%-
XYZ6.122.8418-
YUV38.14174.2152.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=36.55%
G=2.54%
B=60.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7251200.400.9600.53274.969224.51
Hex4857828600351135c19
Octal11051705014006542313431
Binary1001000101111100010100011000000110101100010011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480578; }

 p { color: rgb(72,5,120); }

 H1.HeaderClassName
 {
   color: #480578;
 }
 .AnyTagClassName
 {
   color: #480578;
 }
</style>
background-color css

<style>
 a { background-color: #480578; }

 a { background-color: rgb(72,5,120); }

 div.DivClassName
 {
   background-color: #480578;
 }
 .BgClassName
 {
   background-color: #480578;
 }
</style>
border-color css

<style>
 span { border-color: #480578; }

 span { border-color: rgb(72,5,120); }

 td.TdClassName
 {
   border-color: #480578;
 }
 .TagClassName
 {
   border-color: #480578;
 }
</style>