#600176

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

Shades of Indigo #600176

Tints of Indigo #600176

Color information

#600176 (or 0x600176) is unknown color: approx Indigo. HEX triplet: 60, 01 and 76. RGB value is (96,1,118). Sum of RGB (Red+Green+Blue) = 96+1+118=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #600176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600176 is #9FFE89. Grayscale: #2A2A2A. Windows color (decimal): -10485386 or 7733600. OLE color: 7733600.

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

Color convert

RGB961118-
CMYK0.190.9900.54
HSL288.72º98.32%23.33%-
HSV(B)288.72º99.15%46.27%-
XYZ8.13.8217.45-
YUV42.74170.47165.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=44.65%
G=0.47%
B=54.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9611180.190.9900.54288.7298.3223.33
Hex6017613630361216217
Octal14011662314306644114227
Binary1100000111101101001111000110110110100100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600176; }

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

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

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

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

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

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

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

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