Shades of Indigo #590091
Tints of Indigo #590091
RGB
CMYK
RGB Variations
Color information
#590091 (or 0x590091) is known color: Indigo. HEX triplet: 59, 00 and 91. RGB value is (89,0,145). Sum of RGB (Red+Green+Blue) = 89+0+145=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #590091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590091 is #A6FF6E. Grayscale: #2A2A2A. Windows color (decimal): -10944367 or 9502809. OLE color: 9502809.
HSL color Cylindrical-coordinate representation of color #590091: hue angle of 276.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590091 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 0 | 145 | - |
| CMYK | 0.39 | 1 | 0 | 0.43 |
| HSL | 276.83º | 1% | 0.28% | - |
| HSV(B) | 276.83º | 1% | 0.57% | - |
| XYZ | 9.23 | 4.17 | 27.11 | - |
| YUV | 43.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 145 | 0.39 | 1 | 0 | 0.43 | 276.83 | 1 | 0.28 |
| Hex | 59 | 0 | 91 | 27 | 64 | 0 | 2B | 115 | 64 | 1C |
| Octal | 131 | 0 | 221 | 47 | 144 | 0 | 53 | 425 | 144 | 34 |
| Binary | 1011001 | 0 | 10010001 | 100111 | 1100100 | 0 | 101011 | 100010101 | 1100100 | 11100 |
Color Harmonies of #590091
Complementary color
Monochromatic Colors of #590091
Black with #590091
Text Example
Text Example
White with #590091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590091; }
p { color: rgb(89,0,145); }
H1.HeaderClassName
{
color: #590091;
}
.AnyTagClassName
{
color: #590091;
}
</style>
background-color css
<style>
a { background-color: #590091; }
a { background-color: rgb(89,0,145); }
div.DivClassName
{
background-color: #590091;
}
.BgClassName
{
background-color: #590091;
}
</style>
border-color css
<style>
span { border-color: #590091; }
span { border-color: rgb(89,0,145); }
td.TdClassName
{
border-color: #590091;
}
.TagClassName
{
border-color: #590091;
}
</style>