#600579

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

Shades of Indigo #600579

Tints of Indigo #600579

Color information

#600579 (or 0x600579) is unknown color: approx Indigo. HEX triplet: 60, 05 and 79. RGB value is (96,5,121). Sum of RGB (Red+Green+Blue) = 96+5+121=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #600579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600579 is #9FFA86. Grayscale: #2D2D2D. Windows color (decimal): -10484359 or 7931232. OLE color: 7931232.

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

Color convert

RGB965121-
CMYK0.210.9600.53
HSL287.07º92.06%24.71%-
HSV(B)287.07º95.87%47.45%-
XYZ8.333.9818.42-
YUV45.43170.65164.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 121 (47.66% from 255) = 54.50%
R=43.24%
G=2.25%
B=54.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9651210.210.9600.53287.0792.0624.71
Hex60579156003511f5c19
Octal14051712514006543713431
Binary110000010111110011010111000000110101100011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600579; }

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

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

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

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

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

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

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

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