Shades of Indigo #590D74
Tints of Indigo #590D74
RGB
CMYK
RGB Variations
Color information
#590D74 (or 0x590D74) is known color: Indigo. HEX triplet: 59, 0D and 74. RGB value is (89,13,116). Sum of RGB (Red+Green+Blue) = 89+13+116=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #590D74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590D74 is #A6F28B. Grayscale: #2F2F2F. Windows color (decimal): -10941068 or 7605593. OLE color: 7605593.
HSL color Cylindrical-coordinate representation of color #590D74: hue angle of 284.27º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590D74 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 13 | 116 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.55 |
| HSL | 284.27º | 0.8% | 0.25% | - |
| HSV(B) | 284.27º | 0.89% | 0.45% | - |
| XYZ | 7.42 | 3.67 | 16.84 | - |
| YUV | 47.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 116 | 0.23 | 0.89 | 0 | 0.55 | 284.27 | 0.8 | 0.25 |
| Hex | 59 | D | 74 | 17 | 59 | 0 | 37 | 11C | 50 | 19 |
| Octal | 131 | 15 | 164 | 27 | 131 | 0 | 67 | 434 | 120 | 31 |
| Binary | 1011001 | 1101 | 1110100 | 10111 | 1011001 | 0 | 110111 | 100011100 | 1010000 | 11001 |
Color Harmonies of #590D74
Complementary color
Monochromatic Colors of #590D74
Black with #590D74
Text Example
Text Example
White with #590D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590D74; }
p { color: rgb(89,13,116); }
H1.HeaderClassName
{
color: #590D74;
}
.AnyTagClassName
{
color: #590D74;
}
</style>
background-color css
<style>
a { background-color: #590D74; }
a { background-color: rgb(89,13,116); }
div.DivClassName
{
background-color: #590D74;
}
.BgClassName
{
background-color: #590D74;
}
</style>
border-color css
<style>
span { border-color: #590D74; }
span { border-color: rgb(89,13,116); }
td.TdClassName
{
border-color: #590D74;
}
.TagClassName
{
border-color: #590D74;
}
</style>