Shades of Indigo #56116D
Tints of Indigo #56116D
RGB
CMYK
RGB Variations
Color information
#56116D (or 0x56116D) is known color: Indigo. HEX triplet: 56, 11 and 6D. RGB value is (86,17,109). Sum of RGB (Red+Green+Blue) = 86+17+109=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #56116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56116D is #A9EE92. Grayscale: #2F2F2F. Windows color (decimal): -11136659 or 7147862. OLE color: 7147862.
HSL color Cylindrical-coordinate representation of color #56116D: hue angle of 285º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56116D is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 17 | 109 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.57 |
| HSL | 285º | 0.73% | 0.25% | - |
| HSV(B) | 285º | 0.84% | 0.43% | - |
| XYZ | 6.8 | 3.48 | 14.78 | - |
| YUV | 48.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 109 | 0.21 | 0.84 | 0 | 0.57 | 285 | 0.73 | 0.25 |
| Hex | 56 | 11 | 6D | 15 | 54 | 0 | 39 | 11D | 49 | 19 |
| Octal | 126 | 21 | 155 | 25 | 124 | 0 | 71 | 435 | 111 | 31 |
| Binary | 1010110 | 10001 | 1101101 | 10101 | 1010100 | 0 | 111001 | 100011101 | 1001001 | 11001 |
Color Harmonies of #56116D
Complementary color
Monochromatic Colors of #56116D
Black with #56116D
Text Example
Text Example
White with #56116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56116D; }
p { color: rgb(86,17,109); }
H1.HeaderClassName
{
color: #56116D;
}
.AnyTagClassName
{
color: #56116D;
}
</style>
background-color css
<style>
a { background-color: #56116D; }
a { background-color: rgb(86,17,109); }
div.DivClassName
{
background-color: #56116D;
}
.BgClassName
{
background-color: #56116D;
}
</style>
border-color css
<style>
span { border-color: #56116D; }
span { border-color: rgb(86,17,109); }
td.TdClassName
{
border-color: #56116D;
}
.TagClassName
{
border-color: #56116D;
}
</style>