Shades of Indigo #56117E
Tints of Indigo #56117E
RGB
CMYK
RGB Variations
Color information
#56117E (or 0x56117E) is known color: Indigo. HEX triplet: 56, 11 and 7E. RGB value is (86,17,126). Sum of RGB (Red+Green+Blue) = 86+17+126=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #56117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56117E is #A9EE81. Grayscale: #313131. Windows color (decimal): -11136642 or 8261974. OLE color: 8261974.
HSL color Cylindrical-coordinate representation of color #56117E: hue angle of 277.98º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56117E is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 17 | 126 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.51 |
| HSL | 277.98º | 0.76% | 0.28% | - |
| HSV(B) | 277.98º | 0.87% | 0.49% | - |
| XYZ | 7.8 | 3.89 | 20.08 | - |
| YUV | 50.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 126 | 0.32 | 0.87 | 0 | 0.51 | 277.98 | 0.76 | 0.28 |
| Hex | 56 | 11 | 7E | 20 | 57 | 0 | 33 | 116 | 4C | 1C |
| Octal | 126 | 21 | 176 | 40 | 127 | 0 | 63 | 426 | 114 | 34 |
| Binary | 1010110 | 10001 | 1111110 | 100000 | 1010111 | 0 | 110011 | 100010110 | 1001100 | 11100 |
Color Harmonies of #56117E
Complementary color
Monochromatic Colors of #56117E
Black with #56117E
Text Example
Text Example
White with #56117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56117E; }
p { color: rgb(86,17,126); }
H1.HeaderClassName
{
color: #56117E;
}
.AnyTagClassName
{
color: #56117E;
}
</style>
background-color css
<style>
a { background-color: #56117E; }
a { background-color: rgb(86,17,126); }
div.DivClassName
{
background-color: #56117E;
}
.BgClassName
{
background-color: #56117E;
}
</style>
border-color css
<style>
span { border-color: #56117E; }
span { border-color: rgb(86,17,126); }
td.TdClassName
{
border-color: #56117E;
}
.TagClassName
{
border-color: #56117E;
}
</style>