Shades of Indigo #590F7A
Tints of Indigo #590F7A
RGB
CMYK
RGB Variations
Color information
#590F7A (or 0x590F7A) is known color: Indigo. HEX triplet: 59, 0F and 7A. RGB value is (89,15,122). Sum of RGB (Red+Green+Blue) = 89+15+122=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #590F7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590F7A is #A6F085. Grayscale: #303030. Windows color (decimal): -10940550 or 7999321. OLE color: 7999321.
HSL color Cylindrical-coordinate representation of color #590F7A: hue angle of 281.5º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590F7A is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 15 | 122 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.52 |
| HSL | 281.5º | 0.78% | 0.27% | - |
| HSV(B) | 281.5º | 0.88% | 0.48% | - |
| XYZ | 7.8 | 3.87 | 18.75 | - |
| YUV | 49.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 122 | 0.27 | 0.88 | 0 | 0.52 | 281.5 | 0.78 | 0.27 |
| Hex | 59 | F | 7A | 1B | 58 | 0 | 34 | 119 | 4E | 1B |
| Octal | 131 | 17 | 172 | 33 | 130 | 0 | 64 | 431 | 116 | 33 |
| Binary | 1011001 | 1111 | 1111010 | 11011 | 1011000 | 0 | 110100 | 100011001 | 1001110 | 11011 |
Color Harmonies of #590F7A
Complementary color
Monochromatic Colors of #590F7A
Black with #590F7A
Text Example
Text Example
White with #590F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F7A; }
p { color: rgb(89,15,122); }
H1.HeaderClassName
{
color: #590F7A;
}
.AnyTagClassName
{
color: #590F7A;
}
</style>
background-color css
<style>
a { background-color: #590F7A; }
a { background-color: rgb(89,15,122); }
div.DivClassName
{
background-color: #590F7A;
}
.BgClassName
{
background-color: #590F7A;
}
</style>
border-color css
<style>
span { border-color: #590F7A; }
span { border-color: rgb(89,15,122); }
td.TdClassName
{
border-color: #590F7A;
}
.TagClassName
{
border-color: #590F7A;
}
</style>