Shades of Indigo #590066
Tints of Indigo #590066
RGB
CMYK
RGB Variations
Color information
#590066 (or 0x590066) is known color: Indigo. HEX triplet: 59, 00 and 66. RGB value is (89,0,102). Sum of RGB (Red+Green+Blue) = 89+0+102=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #590066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590066 is #A6FF99. Grayscale: #252525. Windows color (decimal): -10944410 or 6684761. OLE color: 6684761.
HSL color Cylindrical-coordinate representation of color #590066: hue angle of 292.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590066 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 0 | 102 | - |
| CMYK | 0.13 | 1 | 0 | 0.6 |
| HSL | 292.35º | 1% | 0.2% | - |
| HSV(B) | 292.35º | 1% | 0.4% | - |
| XYZ | 6.52 | 3.08 | 12.82 | - |
| YUV | 38.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 102 | 0.13 | 1 | 0 | 0.6 | 292.35 | 1 | 0.2 |
| Hex | 59 | 0 | 66 | D | 64 | 0 | 3C | 124 | 64 | 14 |
| Octal | 131 | 0 | 146 | 15 | 144 | 0 | 74 | 444 | 144 | 24 |
| Binary | 1011001 | 0 | 1100110 | 1101 | 1100100 | 0 | 111100 | 100100100 | 1100100 | 10100 |
Color Harmonies of #590066
Complementary color
Monochromatic Colors of #590066
Black with #590066
Text Example
Text Example
White with #590066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590066; }
p { color: rgb(89,0,102); }
H1.HeaderClassName
{
color: #590066;
}
.AnyTagClassName
{
color: #590066;
}
</style>
background-color css
<style>
a { background-color: #590066; }
a { background-color: rgb(89,0,102); }
div.DivClassName
{
background-color: #590066;
}
.BgClassName
{
background-color: #590066;
}
</style>
border-color css
<style>
span { border-color: #590066; }
span { border-color: rgb(89,0,102); }
td.TdClassName
{
border-color: #590066;
}
.TagClassName
{
border-color: #590066;
}
</style>