Shades of Indigo #600172
Tints of Indigo #600172
RGB
CMYK
RGB Variations
Color information
#600172 (or 0x600172) is known color: Indigo. HEX triplet: 60, 01 and 72. RGB value is (96,1,114). Sum of RGB (Red+Green+Blue) = 96+1+114=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #600172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600172 is #9FFE8D. Grayscale: #292929. Windows color (decimal): -10485390 or 7471456. OLE color: 7471456.
HSL color Cylindrical-coordinate representation of color #600172: hue angle of 290.44º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600172 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 1 | 114 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.55 |
| HSL | 290.44º | 0.98% | 0.23% | - |
| HSV(B) | 290.44º | 0.99% | 0.45% | - |
| XYZ | 7.87 | 3.72 | 16.22 | - |
| YUV | 42.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 114 | 0.16 | 0.99 | 0 | 0.55 | 290.44 | 0.98 | 0.23 |
| Hex | 60 | 1 | 72 | 10 | 63 | 0 | 37 | 122 | 62 | 17 |
| Octal | 140 | 1 | 162 | 20 | 143 | 0 | 67 | 442 | 142 | 27 |
| Binary | 1100000 | 1 | 1110010 | 10000 | 1100011 | 0 | 110111 | 100100010 | 1100010 | 10111 |
Color Harmonies of #600172
Complementary color
Monochromatic Colors of #600172
Black with #600172
Text Example
Text Example
White with #600172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600172; }
p { color: rgb(96,1,114); }
H1.HeaderClassName
{
color: #600172;
}
.AnyTagClassName
{
color: #600172;
}
</style>
background-color css
<style>
a { background-color: #600172; }
a { background-color: rgb(96,1,114); }
div.DivClassName
{
background-color: #600172;
}
.BgClassName
{
background-color: #600172;
}
</style>
border-color css
<style>
span { border-color: #600172; }
span { border-color: rgb(96,1,114); }
td.TdClassName
{
border-color: #600172;
}
.TagClassName
{
border-color: #600172;
}
</style>