Shades of Indigo #56116A
Tints of Indigo #56116A
RGB
CMYK
RGB Variations
Color information
#56116A (or 0x56116A) is known color: Indigo. HEX triplet: 56, 11 and 6A. RGB value is (86,17,106). Sum of RGB (Red+Green+Blue) = 86+17+106=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #56116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56116A is #A9EE95. Grayscale: #2F2F2F. Windows color (decimal): -11136662 or 6951254. OLE color: 6951254.
HSL color Cylindrical-coordinate representation of color #56116A: hue angle of 286.52º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56116A is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 17 | 106 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.58 |
| HSL | 286.52º | 0.72% | 0.24% | - |
| HSV(B) | 286.52º | 0.84% | 0.42% | - |
| XYZ | 6.64 | 3.42 | 13.95 | - |
| YUV | 47.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 106 | 0.19 | 0.84 | 0 | 0.58 | 286.52 | 0.72 | 0.24 |
| Hex | 56 | 11 | 6A | 13 | 54 | 0 | 3A | 11F | 48 | 18 |
| Octal | 126 | 21 | 152 | 23 | 124 | 0 | 72 | 437 | 110 | 30 |
| Binary | 1010110 | 10001 | 1101010 | 10011 | 1010100 | 0 | 111010 | 100011111 | 1001000 | 11000 |
Color Harmonies of #56116A
Complementary color
Monochromatic Colors of #56116A
Black with #56116A
Text Example
Text Example
White with #56116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56116A; }
p { color: rgb(86,17,106); }
H1.HeaderClassName
{
color: #56116A;
}
.AnyTagClassName
{
color: #56116A;
}
</style>
background-color css
<style>
a { background-color: #56116A; }
a { background-color: rgb(86,17,106); }
div.DivClassName
{
background-color: #56116A;
}
.BgClassName
{
background-color: #56116A;
}
</style>
border-color css
<style>
span { border-color: #56116A; }
span { border-color: rgb(86,17,106); }
td.TdClassName
{
border-color: #56116A;
}
.TagClassName
{
border-color: #56116A;
}
</style>