Shades of Indigo #590271
Tints of Indigo #590271
RGB
CMYK
RGB Variations
Color information
#590271 (or 0x590271) is known color: Indigo. HEX triplet: 59, 02 and 71. RGB value is (89,2,113). Sum of RGB (Red+Green+Blue) = 89+2+113=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #590271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590271 is #A6FD8E. Grayscale: #282828. Windows color (decimal): -10943887 or 7406169. OLE color: 7406169.
HSL color Cylindrical-coordinate representation of color #590271: hue angle of 287.03º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590271 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 2 | 113 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.56 |
| HSL | 287.03º | 0.97% | 0.23% | - |
| HSV(B) | 287.03º | 0.98% | 0.44% | - |
| XYZ | 7.12 | 3.36 | 15.9 | - |
| YUV | 40.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 113 | 0.21 | 0.98 | 0 | 0.56 | 287.03 | 0.97 | 0.23 |
| Hex | 59 | 2 | 71 | 15 | 62 | 0 | 38 | 11F | 61 | 17 |
| Octal | 131 | 2 | 161 | 25 | 142 | 0 | 70 | 437 | 141 | 27 |
| Binary | 1011001 | 10 | 1110001 | 10101 | 1100010 | 0 | 111000 | 100011111 | 1100001 | 10111 |
Color Harmonies of #590271
Complementary color
Monochromatic Colors of #590271
Black with #590271
Text Example
Text Example
White with #590271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590271; }
p { color: rgb(89,2,113); }
H1.HeaderClassName
{
color: #590271;
}
.AnyTagClassName
{
color: #590271;
}
</style>
background-color css
<style>
a { background-color: #590271; }
a { background-color: rgb(89,2,113); }
div.DivClassName
{
background-color: #590271;
}
.BgClassName
{
background-color: #590271;
}
</style>
border-color css
<style>
span { border-color: #590271; }
span { border-color: rgb(89,2,113); }
td.TdClassName
{
border-color: #590271;
}
.TagClassName
{
border-color: #590271;
}
</style>