Shades of Indigo #590D91
Tints of Indigo #590D91
RGB
CMYK
RGB Variations
Color information
#590D91 (or 0x590D91) is known color: Indigo. HEX triplet: 59, 0D and 91. RGB value is (89,13,145). Sum of RGB (Red+Green+Blue) = 89+13+145=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #590D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #590D91 is #A6F26E. Grayscale: #323232. Windows color (decimal): -10941039 or 9506137. OLE color: 9506137.
HSL color Cylindrical-coordinate representation of color #590D91: hue angle of 274.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590D91 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 13 | 145 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.43 |
| HSL | 274.55º | 0.84% | 0.31% | - |
| HSV(B) | 274.55º | 0.91% | 0.57% | - |
| XYZ | 9.37 | 4.46 | 27.15 | - |
| YUV | 50.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 145 | 0.39 | 0.91 | 0 | 0.43 | 274.55 | 0.84 | 0.31 |
| Hex | 59 | D | 91 | 27 | 5B | 0 | 2B | 113 | 54 | 1F |
| Octal | 131 | 15 | 221 | 47 | 133 | 0 | 53 | 423 | 124 | 37 |
| Binary | 1011001 | 1101 | 10010001 | 100111 | 1011011 | 0 | 101011 | 100010011 | 1010100 | 11111 |
Color Harmonies of #590D91
Complementary color
Monochromatic Colors of #590D91
Black with #590D91
Text Example
Text Example
White with #590D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D91; }
p { color: rgb(89,13,145); }
H1.HeaderClassName
{
color: #590D91;
}
.AnyTagClassName
{
color: #590D91;
}
</style>
background-color css
<style>
a { background-color: #590D91; }
a { background-color: rgb(89,13,145); }
div.DivClassName
{
background-color: #590D91;
}
.BgClassName
{
background-color: #590D91;
}
</style>
border-color css
<style>
span { border-color: #590D91; }
span { border-color: rgb(89,13,145); }
td.TdClassName
{
border-color: #590D91;
}
.TagClassName
{
border-color: #590D91;
}
</style>