#600577

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

Shades of Indigo #600577

Tints of Indigo #600577

Color information

#600577 (or 0x600577) is unknown color: approx Indigo. HEX triplet: 60, 05 and 77. RGB value is (96,5,119). Sum of RGB (Red+Green+Blue) = 96+5+119=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #600577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600577 is #9FFA88. Grayscale: #2C2C2C. Windows color (decimal): -10484361 or 7800160. OLE color: 7800160.

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

Color convert

RGB965119-
CMYK0.190.9600.53
HSL287.89º91.94%24.31%-
HSV(B)287.89º95.8%46.67%-
XYZ8.213.9317.78-
YUV45.2169.65164.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=43.64%
G=2.27%
B=54.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9651190.190.9600.53287.8991.9424.31
Hex6057713600351205c18
Octal14051672314006544013430
Binary110000010111101111001111000000110101100100000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600577; }

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

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

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

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

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

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

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

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