Shades of Indigo #591393
Tints of Indigo #591393
RGB
CMYK
RGB Variations
Color information
#591393 (or 0x591393) is known color: Indigo. HEX triplet: 59, 13 and 93. RGB value is (89,19,147). Sum of RGB (Red+Green+Blue) = 89+19+147=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #591393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591393 is #A6EC6C. Grayscale: #363636. Windows color (decimal): -10939501 or 9638745. OLE color: 9638745.
HSL color Cylindrical-coordinate representation of color #591393: hue angle of 272.81º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591393 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 19 | 147 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.42 |
| HSL | 272.81º | 0.77% | 0.33% | - |
| HSV(B) | 272.81º | 0.87% | 0.58% | - |
| XYZ | 9.62 | 4.7 | 28 | - |
| YUV | 54.52 | 180.19 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 147 | 0.39 | 0.87 | 0 | 0.42 | 272.81 | 0.77 | 0.33 |
| Hex | 59 | 13 | 93 | 27 | 57 | 0 | 2A | 111 | 4D | 21 |
| Octal | 131 | 23 | 223 | 47 | 127 | 0 | 52 | 421 | 115 | 41 |
| Binary | 1011001 | 10011 | 10010011 | 100111 | 1010111 | 0 | 101010 | 100010001 | 1001101 | 100001 |
Color Harmonies of #591393
Complementary color
Monochromatic Colors of #591393
Black with #591393
Text Example
Text Example
White with #591393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591393; }
p { color: rgb(89,19,147); }
H1.HeaderClassName
{
color: #591393;
}
.AnyTagClassName
{
color: #591393;
}
</style>
background-color css
<style>
a { background-color: #591393; }
a { background-color: rgb(89,19,147); }
div.DivClassName
{
background-color: #591393;
}
.BgClassName
{
background-color: #591393;
}
</style>
border-color css
<style>
span { border-color: #591393; }
span { border-color: rgb(89,19,147); }
td.TdClassName
{
border-color: #591393;
}
.TagClassName
{
border-color: #591393;
}
</style>