Shades of Indigo #591272
Tints of Indigo #591272
RGB
CMYK
RGB Variations
Color information
#591272 (or 0x591272) is known color: Indigo. HEX triplet: 59, 12 and 72. RGB value is (89,18,114). Sum of RGB (Red+Green+Blue) = 89+18+114=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #591272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591272 is #A6ED8D. Grayscale: #313131. Windows color (decimal): -10939790 or 7475801. OLE color: 7475801.
HSL color Cylindrical-coordinate representation of color #591272: hue angle of 284.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591272 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 18 | 114 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.55 |
| HSL | 284.38º | 0.73% | 0.26% | - |
| HSV(B) | 284.38º | 0.84% | 0.45% | - |
| XYZ | 7.37 | 3.77 | 16.26 | - |
| YUV | 50.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 114 | 0.22 | 0.84 | 0 | 0.55 | 284.38 | 0.73 | 0.26 |
| Hex | 59 | 12 | 72 | 16 | 54 | 0 | 37 | 11C | 49 | 1A |
| Octal | 131 | 22 | 162 | 26 | 124 | 0 | 67 | 434 | 111 | 32 |
| Binary | 1011001 | 10010 | 1110010 | 10110 | 1010100 | 0 | 110111 | 100011100 | 1001001 | 11010 |
Color Harmonies of #591272
Complementary color
Monochromatic Colors of #591272
Black with #591272
Text Example
Text Example
White with #591272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591272; }
p { color: rgb(89,18,114); }
H1.HeaderClassName
{
color: #591272;
}
.AnyTagClassName
{
color: #591272;
}
</style>
background-color css
<style>
a { background-color: #591272; }
a { background-color: rgb(89,18,114); }
div.DivClassName
{
background-color: #591272;
}
.BgClassName
{
background-color: #591272;
}
</style>
border-color css
<style>
span { border-color: #591272; }
span { border-color: rgb(89,18,114); }
td.TdClassName
{
border-color: #591272;
}
.TagClassName
{
border-color: #591272;
}
</style>