Shades of Indigo #600176
Tints of Indigo #600176
RGB
CMYK
RGB Variations
Color information
#600176 (or 0x600176) is known color: 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
| RGB | 96 | 1 | 118 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.54 |
| HSL | 288.72º | 0.98% | 0.23% | - |
| HSV(B) | 288.72º | 0.99% | 0.46% | - |
| XYZ | 8.1 | 3.82 | 17.45 | - |
| YUV | 42.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 118 | 0.19 | 0.99 | 0 | 0.54 | 288.72 | 0.98 | 0.23 |
| Hex | 60 | 1 | 76 | 13 | 63 | 0 | 36 | 121 | 62 | 17 |
| Octal | 140 | 1 | 166 | 23 | 143 | 0 | 66 | 441 | 142 | 27 |
| Binary | 1100000 | 1 | 1110110 | 10011 | 1100011 | 0 | 110110 | 100100001 | 1100010 | 10111 |
Color Harmonies of #600176
Complementary color
Monochromatic Colors of #600176
Black with #600176
Text Example
Text Example
White with #600176
Text Example
Text Example
HTML Codes & Css Web 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>