Shades of Indigo #591373
Tints of Indigo #591373
RGB
CMYK
RGB Variations
Color information
#591373 (or 0x591373) is known color: Indigo. HEX triplet: 59, 13 and 73. RGB value is (89,19,115). Sum of RGB (Red+Green+Blue) = 89+19+115=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #591373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591373 is #A6EC8C. Grayscale: #323232. Windows color (decimal): -10939533 or 7541593. OLE color: 7541593.
HSL color Cylindrical-coordinate representation of color #591373: hue angle of 283.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591373 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 19 | 115 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.55 |
| HSL | 283.75º | 0.72% | 0.26% | - |
| HSV(B) | 283.75º | 0.83% | 0.45% | - |
| XYZ | 7.45 | 3.83 | 16.57 | - |
| YUV | 50.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 115 | 0.23 | 0.83 | 0 | 0.55 | 283.75 | 0.72 | 0.26 |
| Hex | 59 | 13 | 73 | 17 | 53 | 0 | 37 | 11C | 48 | 1A |
| Octal | 131 | 23 | 163 | 27 | 123 | 0 | 67 | 434 | 110 | 32 |
| Binary | 1011001 | 10011 | 1110011 | 10111 | 1010011 | 0 | 110111 | 100011100 | 1001000 | 11010 |
Color Harmonies of #591373
Complementary color
Monochromatic Colors of #591373
Black with #591373
Text Example
Text Example
White with #591373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591373; }
p { color: rgb(89,19,115); }
H1.HeaderClassName
{
color: #591373;
}
.AnyTagClassName
{
color: #591373;
}
</style>
background-color css
<style>
a { background-color: #591373; }
a { background-color: rgb(89,19,115); }
div.DivClassName
{
background-color: #591373;
}
.BgClassName
{
background-color: #591373;
}
</style>
border-color css
<style>
span { border-color: #591373; }
span { border-color: rgb(89,19,115); }
td.TdClassName
{
border-color: #591373;
}
.TagClassName
{
border-color: #591373;
}
</style>