Shades of Indigo #600174
Tints of Indigo #600174
RGB
CMYK
RGB Variations
Color information
#600174 (or 0x600174) is known color: Indigo. HEX triplet: 60, 01 and 74. RGB value is (96,1,116). Sum of RGB (Red+Green+Blue) = 96+1+116=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #600174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600174 is #9FFE8B. Grayscale: #2A2A2A. Windows color (decimal): -10485388 or 7602528. OLE color: 7602528.
HSL color Cylindrical-coordinate representation of color #600174: hue angle of 289.57º 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 #600174 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 1 | 116 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.55 |
| HSL | 289.57º | 0.98% | 0.23% | - |
| HSV(B) | 289.57º | 0.99% | 0.45% | - |
| XYZ | 7.99 | 3.77 | 16.83 | - |
| YUV | 42.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 116 | 0.17 | 0.99 | 0 | 0.55 | 289.57 | 0.98 | 0.23 |
| Hex | 60 | 1 | 74 | 11 | 63 | 0 | 37 | 122 | 62 | 17 |
| Octal | 140 | 1 | 164 | 21 | 143 | 0 | 67 | 442 | 142 | 27 |
| Binary | 1100000 | 1 | 1110100 | 10001 | 1100011 | 0 | 110111 | 100100010 | 1100010 | 10111 |
Color Harmonies of #600174
Complementary color
Monochromatic Colors of #600174
Black with #600174
Text Example
Text Example
White with #600174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600174; }
p { color: rgb(96,1,116); }
H1.HeaderClassName
{
color: #600174;
}
.AnyTagClassName
{
color: #600174;
}
</style>
background-color css
<style>
a { background-color: #600174; }
a { background-color: rgb(96,1,116); }
div.DivClassName
{
background-color: #600174;
}
.BgClassName
{
background-color: #600174;
}
</style>
border-color css
<style>
span { border-color: #600174; }
span { border-color: rgb(96,1,116); }
td.TdClassName
{
border-color: #600174;
}
.TagClassName
{
border-color: #600174;
}
</style>