Shades of Indigo #56116E
Tints of Indigo #56116E
RGB
CMYK
RGB Variations
Color information
#56116E (or 0x56116E) is known color: Indigo. HEX triplet: 56, 11 and 6E. RGB value is (86,17,110). Sum of RGB (Red+Green+Blue) = 86+17+110=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #56116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56116E is #A9EE91. Grayscale: #2F2F2F. Windows color (decimal): -11136658 or 7213398. OLE color: 7213398.
HSL color Cylindrical-coordinate representation of color #56116E: hue angle of 284.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56116E is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 17 | 110 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.57 |
| HSL | 284.52º | 0.73% | 0.25% | - |
| HSV(B) | 284.52º | 0.85% | 0.43% | - |
| XYZ | 6.85 | 3.51 | 15.07 | - |
| YUV | 48.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 110 | 0.22 | 0.85 | 0 | 0.57 | 284.52 | 0.73 | 0.25 |
| Hex | 56 | 11 | 6E | 16 | 55 | 0 | 39 | 11D | 49 | 19 |
| Octal | 126 | 21 | 156 | 26 | 125 | 0 | 71 | 435 | 111 | 31 |
| Binary | 1010110 | 10001 | 1101110 | 10110 | 1010101 | 0 | 111001 | 100011101 | 1001001 | 11001 |
Color Harmonies of #56116E
Complementary color
Monochromatic Colors of #56116E
Black with #56116E
Text Example
Text Example
White with #56116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56116E; }
p { color: rgb(86,17,110); }
H1.HeaderClassName
{
color: #56116E;
}
.AnyTagClassName
{
color: #56116E;
}
</style>
background-color css
<style>
a { background-color: #56116E; }
a { background-color: rgb(86,17,110); }
div.DivClassName
{
background-color: #56116E;
}
.BgClassName
{
background-color: #56116E;
}
</style>
border-color css
<style>
span { border-color: #56116E; }
span { border-color: rgb(86,17,110); }
td.TdClassName
{
border-color: #56116E;
}
.TagClassName
{
border-color: #56116E;
}
</style>