Shades of Indigo #590891
Tints of Indigo #590891
RGB
CMYK
RGB Variations
Color information
#590891 (or 0x590891) is known color: Indigo. HEX triplet: 59, 08 and 91. RGB value is (89,8,145). Sum of RGB (Red+Green+Blue) = 89+8+145=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #590891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590891 is #A6F76E. Grayscale: #2F2F2F. Windows color (decimal): -10942319 or 9504857. OLE color: 9504857.
HSL color Cylindrical-coordinate representation of color #590891: hue angle of 275.47º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590891 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 8 | 145 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.43 |
| HSL | 275.47º | 0.9% | 0.3% | - |
| HSV(B) | 275.47º | 0.94% | 0.57% | - |
| XYZ | 9.32 | 4.34 | 27.14 | - |
| YUV | 47.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 145 | 0.39 | 0.94 | 0 | 0.43 | 275.47 | 0.9 | 0.3 |
| Hex | 59 | 8 | 91 | 27 | 5E | 0 | 2B | 113 | 5A | 1E |
| Octal | 131 | 10 | 221 | 47 | 136 | 0 | 53 | 423 | 132 | 36 |
| Binary | 1011001 | 1000 | 10010001 | 100111 | 1011110 | 0 | 101011 | 100010011 | 1011010 | 11110 |
Color Harmonies of #590891
Complementary color
Monochromatic Colors of #590891
Black with #590891
Text Example
Text Example
White with #590891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590891; }
p { color: rgb(89,8,145); }
H1.HeaderClassName
{
color: #590891;
}
.AnyTagClassName
{
color: #590891;
}
</style>
background-color css
<style>
a { background-color: #590891; }
a { background-color: rgb(89,8,145); }
div.DivClassName
{
background-color: #590891;
}
.BgClassName
{
background-color: #590891;
}
</style>
border-color css
<style>
span { border-color: #590891; }
span { border-color: rgb(89,8,145); }
td.TdClassName
{
border-color: #590891;
}
.TagClassName
{
border-color: #590891;
}
</style>