#600578

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

Shades of Indigo #600578

Tints of Indigo #600578

Color information

#600578 (or 0x600578) is unknown color: approx Indigo. HEX triplet: 60, 05 and 78. RGB value is (96,5,120). Sum of RGB (Red+Green+Blue) = 96+5+120=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #600578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600578 is #9FFA87. Grayscale: #2C2C2C. Windows color (decimal): -10484360 or 7865696. OLE color: 7865696.

HSL color Cylindrical-coordinate representation of color #600578: hue angle of 287.48º 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 #600578 is Cyan = 0.2, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB965120-
CMYK0.20.9600.53
HSL287.48º92%24.51%-
HSV(B)287.48º95.83%47.06%-
XYZ8.273.9518.1-
YUV45.32170.15164.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=43.44%
G=2.26%
B=54.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9651200.20.9600.53287.489224.51
Hex60578146003511f5c19
Octal14051702414006543713431
Binary110000010111110001010011000000110101100011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600578; }

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

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

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

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

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

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

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

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