Shades of Indigo #56106E
Tints of Indigo #56106E
RGB
CMYK
RGB Variations
Color information
#56106E (or 0x56106E) is known color: Indigo. HEX triplet: 56, 10 and 6E. RGB value is (86,16,110). Sum of RGB (Red+Green+Blue) = 86+16+110=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #56106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56106E is #A9EF91. Grayscale: #2F2F2F. Windows color (decimal): -11136914 or 7213142. OLE color: 7213142.
HSL color Cylindrical-coordinate representation of color #56106E: hue angle of 284.68º degrees, saturation: 0.75, 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 #56106E is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 16 | 110 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.57 |
| HSL | 284.68º | 0.75% | 0.25% | - |
| HSV(B) | 284.68º | 0.85% | 0.43% | - |
| XYZ | 6.84 | 3.47 | 15.06 | - |
| YUV | 47.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 110 | 0.22 | 0.85 | 0 | 0.57 | 284.68 | 0.75 | 0.25 |
| Hex | 56 | 10 | 6E | 16 | 55 | 0 | 39 | 11D | 4B | 19 |
| Octal | 126 | 20 | 156 | 26 | 125 | 0 | 71 | 435 | 113 | 31 |
| Binary | 1010110 | 10000 | 1101110 | 10110 | 1010101 | 0 | 111001 | 100011101 | 1001011 | 11001 |
Color Harmonies of #56106E
Complementary color
Monochromatic Colors of #56106E
Black with #56106E
Text Example
Text Example
White with #56106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56106E; }
p { color: rgb(86,16,110); }
H1.HeaderClassName
{
color: #56106E;
}
.AnyTagClassName
{
color: #56106E;
}
</style>
background-color css
<style>
a { background-color: #56106E; }
a { background-color: rgb(86,16,110); }
div.DivClassName
{
background-color: #56106E;
}
.BgClassName
{
background-color: #56106E;
}
</style>
border-color css
<style>
span { border-color: #56106E; }
span { border-color: rgb(86,16,110); }
td.TdClassName
{
border-color: #56106E;
}
.TagClassName
{
border-color: #56106E;
}
</style>