Shades of Indigo #591273
Tints of Indigo #591273
RGB
CMYK
RGB Variations
Color information
#591273 (or 0x591273) is known color: Indigo. HEX triplet: 59, 12 and 73. RGB value is (89,18,115). Sum of RGB (Red+Green+Blue) = 89+18+115=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #591273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591273 is #A6ED8C. Grayscale: #313131. Windows color (decimal): -10939789 or 7541337. OLE color: 7541337.
HSL color Cylindrical-coordinate representation of color #591273: hue angle of 283.92º 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 #591273 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 18 | 115 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.55 |
| HSL | 283.92º | 0.73% | 0.26% | - |
| HSV(B) | 283.92º | 0.84% | 0.45% | - |
| XYZ | 7.43 | 3.79 | 16.56 | - |
| YUV | 50.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 115 | 0.23 | 0.84 | 0 | 0.55 | 283.92 | 0.73 | 0.26 |
| Hex | 59 | 12 | 73 | 17 | 54 | 0 | 37 | 11C | 49 | 1A |
| Octal | 131 | 22 | 163 | 27 | 124 | 0 | 67 | 434 | 111 | 32 |
| Binary | 1011001 | 10010 | 1110011 | 10111 | 1010100 | 0 | 110111 | 100011100 | 1001001 | 11010 |
Color Harmonies of #591273
Complementary color
Monochromatic Colors of #591273
Black with #591273
Text Example
Text Example
White with #591273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591273; }
p { color: rgb(89,18,115); }
H1.HeaderClassName
{
color: #591273;
}
.AnyTagClassName
{
color: #591273;
}
</style>
background-color css
<style>
a { background-color: #591273; }
a { background-color: rgb(89,18,115); }
div.DivClassName
{
background-color: #591273;
}
.BgClassName
{
background-color: #591273;
}
</style>
border-color css
<style>
span { border-color: #591273; }
span { border-color: rgb(89,18,115); }
td.TdClassName
{
border-color: #591273;
}
.TagClassName
{
border-color: #591273;
}
</style>