Shades of Indigo #590266
Tints of Indigo #590266
RGB
CMYK
RGB Variations
Color information
#590266 (or 0x590266) is known color: Indigo. HEX triplet: 59, 02 and 66. RGB value is (89,2,102). Sum of RGB (Red+Green+Blue) = 89+2+102=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #590266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590266 is #A6FD99. Grayscale: #272727. Windows color (decimal): -10943898 or 6685273. OLE color: 6685273.
HSL color Cylindrical-coordinate representation of color #590266: hue angle of 292.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590266 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 2 | 102 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.6 |
| HSL | 292.2º | 0.96% | 0.2% | - |
| HSV(B) | 292.2º | 0.98% | 0.4% | - |
| XYZ | 6.54 | 3.13 | 12.83 | - |
| YUV | 39.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 102 | 0.13 | 0.98 | 0 | 0.6 | 292.2 | 0.96 | 0.2 |
| Hex | 59 | 2 | 66 | D | 62 | 0 | 3C | 124 | 60 | 14 |
| Octal | 131 | 2 | 146 | 15 | 142 | 0 | 74 | 444 | 140 | 24 |
| Binary | 1011001 | 10 | 1100110 | 1101 | 1100010 | 0 | 111100 | 100100100 | 1100000 | 10100 |
Color Harmonies of #590266
Complementary color
Monochromatic Colors of #590266
Black with #590266
Text Example
Text Example
White with #590266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590266; }
p { color: rgb(89,2,102); }
H1.HeaderClassName
{
color: #590266;
}
.AnyTagClassName
{
color: #590266;
}
</style>
background-color css
<style>
a { background-color: #590266; }
a { background-color: rgb(89,2,102); }
div.DivClassName
{
background-color: #590266;
}
.BgClassName
{
background-color: #590266;
}
</style>
border-color css
<style>
span { border-color: #590266; }
span { border-color: rgb(89,2,102); }
td.TdClassName
{
border-color: #590266;
}
.TagClassName
{
border-color: #590266;
}
</style>