Shades of Indigo #590166
Tints of Indigo #590166
RGB
CMYK
RGB Variations
Color information
#590166 (or 0x590166) is known color: Indigo. HEX triplet: 59, 01 and 66. RGB value is (89,1,102). Sum of RGB (Red+Green+Blue) = 89+1+102=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #590166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590166 is #A6FE99. Grayscale: #262626. Windows color (decimal): -10944154 or 6685017. OLE color: 6685017.
HSL color Cylindrical-coordinate representation of color #590166: hue angle of 292.28º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590166 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 1 | 102 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.6 |
| HSL | 292.28º | 0.98% | 0.2% | - |
| HSV(B) | 292.28º | 0.99% | 0.4% | - |
| XYZ | 6.53 | 3.1 | 12.83 | - |
| YUV | 38.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 102 | 0.13 | 0.99 | 0 | 0.6 | 292.28 | 0.98 | 0.2 |
| Hex | 59 | 1 | 66 | D | 63 | 0 | 3C | 124 | 62 | 14 |
| Octal | 131 | 1 | 146 | 15 | 143 | 0 | 74 | 444 | 142 | 24 |
| Binary | 1011001 | 1 | 1100110 | 1101 | 1100011 | 0 | 111100 | 100100100 | 1100010 | 10100 |
Color Harmonies of #590166
Complementary color
Monochromatic Colors of #590166
Black with #590166
Text Example
Text Example
White with #590166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590166; }
p { color: rgb(89,1,102); }
H1.HeaderClassName
{
color: #590166;
}
.AnyTagClassName
{
color: #590166;
}
</style>
background-color css
<style>
a { background-color: #590166; }
a { background-color: rgb(89,1,102); }
div.DivClassName
{
background-color: #590166;
}
.BgClassName
{
background-color: #590166;
}
</style>
border-color css
<style>
span { border-color: #590166; }
span { border-color: rgb(89,1,102); }
td.TdClassName
{
border-color: #590166;
}
.TagClassName
{
border-color: #590166;
}
</style>