Shades of Indigo #560E91
Tints of Indigo #560E91
RGB
CMYK
RGB Variations
Color information
#560E91 (or 0x560E91) is known color: Indigo. HEX triplet: 56, 0E and 91. RGB value is (86,14,145). Sum of RGB (Red+Green+Blue) = 86+14+145=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #560E91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560E91 is #A9F16E. Grayscale: #323232. Windows color (decimal): -11137391 or 9506390. OLE color: 9506390.
HSL color Cylindrical-coordinate representation of color #560E91: hue angle of 272.98º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560E91 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 14 | 145 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.43 |
| HSL | 272.98º | 0.82% | 0.31% | - |
| HSV(B) | 272.98º | 0.9% | 0.57% | - |
| XYZ | 9.11 | 4.34 | 27.15 | - |
| YUV | 50.46 | 181.35 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 145 | 0.41 | 0.90 | 0 | 0.43 | 272.98 | 0.82 | 0.31 |
| Hex | 56 | E | 91 | 29 | 5A | 0 | 2B | 111 | 52 | 1F |
| Octal | 126 | 16 | 221 | 51 | 132 | 0 | 53 | 421 | 122 | 37 |
| Binary | 1010110 | 1110 | 10010001 | 101001 | 1011010 | 0 | 101011 | 100010001 | 1010010 | 11111 |
Color Harmonies of #560E91
Complementary color
Monochromatic Colors of #560E91
Black with #560E91
Text Example
Text Example
White with #560E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E91; }
p { color: rgb(86,14,145); }
H1.HeaderClassName
{
color: #560E91;
}
.AnyTagClassName
{
color: #560E91;
}
</style>
background-color css
<style>
a { background-color: #560E91; }
a { background-color: rgb(86,14,145); }
div.DivClassName
{
background-color: #560E91;
}
.BgClassName
{
background-color: #560E91;
}
</style>
border-color css
<style>
span { border-color: #560E91; }
span { border-color: rgb(86,14,145); }
td.TdClassName
{
border-color: #560E91;
}
.TagClassName
{
border-color: #560E91;
}
</style>