#600476

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

Shades of Indigo #600476

Tints of Indigo #600476

Color information

#600476 (or 0x600476) is unknown color: approx Indigo. HEX triplet: 60, 04 and 76. RGB value is (96,4,118). Sum of RGB (Red+Green+Blue) = 96+4+118=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #600476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600476 is #9FFB89. Grayscale: #2C2C2C. Windows color (decimal): -10484618 or 7734368. OLE color: 7734368.

HSL color Cylindrical-coordinate representation of color #600476: hue angle of 288.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600476 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB964118-
CMYK0.190.9700.54
HSL288.42º93.44%23.92%-
HSV(B)288.42º96.61%46.27%-
XYZ8.143.8817.46-
YUV44.5169.48164.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=44.04%
G=1.83%
B=54.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9641180.190.9700.54288.4293.4423.92
Hex6047613610361205d18
Octal14041662314106644013530
Binary110000010011101101001111000010110110100100000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600476; }

 p { color: rgb(96,4,118); }

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

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

 a { background-color: rgb(96,4,118); }

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

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

 span { border-color: rgb(96,4,118); }

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