Shades of Indigo #590971
Tints of Indigo #590971
RGB
CMYK
RGB Variations
Color information
#590971 (or 0x590971) is known color: Indigo. HEX triplet: 59, 09 and 71. RGB value is (89,9,113). Sum of RGB (Red+Green+Blue) = 89+9+113=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #590971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590971 is #A6F68E. Grayscale: #2C2C2C. Windows color (decimal): -10942095 or 7407961. OLE color: 7407961.
HSL color Cylindrical-coordinate representation of color #590971: hue angle of 286.15º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590971 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 9 | 113 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.56 |
| HSL | 286.15º | 0.85% | 0.24% | - |
| HSV(B) | 286.15º | 0.92% | 0.44% | - |
| XYZ | 7.2 | 3.51 | 15.92 | - |
| YUV | 44.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 113 | 0.21 | 0.92 | 0 | 0.56 | 286.15 | 0.85 | 0.24 |
| Hex | 59 | 9 | 71 | 15 | 5C | 0 | 38 | 11E | 55 | 18 |
| Octal | 131 | 11 | 161 | 25 | 134 | 0 | 70 | 436 | 125 | 30 |
| Binary | 1011001 | 1001 | 1110001 | 10101 | 1011100 | 0 | 111000 | 100011110 | 1010101 | 11000 |
Color Harmonies of #590971
Complementary color
Monochromatic Colors of #590971
Black with #590971
Text Example
Text Example
White with #590971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590971; }
p { color: rgb(89,9,113); }
H1.HeaderClassName
{
color: #590971;
}
.AnyTagClassName
{
color: #590971;
}
</style>
background-color css
<style>
a { background-color: #590971; }
a { background-color: rgb(89,9,113); }
div.DivClassName
{
background-color: #590971;
}
.BgClassName
{
background-color: #590971;
}
</style>
border-color css
<style>
span { border-color: #590971; }
span { border-color: rgb(89,9,113); }
td.TdClassName
{
border-color: #590971;
}
.TagClassName
{
border-color: #590971;
}
</style>