Shades of Indigo #56106B
Tints of Indigo #56106B
RGB
CMYK
RGB Variations
Color information
#56106B (or 0x56106B) is known color: Indigo. HEX triplet: 56, 10 and 6B. RGB value is (86,16,107). Sum of RGB (Red+Green+Blue) = 86+16+107=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #56106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56106B is #A9EF94. Grayscale: #2F2F2F. Windows color (decimal): -11136917 or 7016534. OLE color: 7016534.
HSL color Cylindrical-coordinate representation of color #56106B: hue angle of 286.15º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56106B is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 16 | 107 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.58 |
| HSL | 286.15º | 0.74% | 0.24% | - |
| HSV(B) | 286.15º | 0.85% | 0.42% | - |
| XYZ | 6.68 | 3.41 | 14.22 | - |
| YUV | 47.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 107 | 0.20 | 0.85 | 0 | 0.58 | 286.15 | 0.74 | 0.24 |
| Hex | 56 | 10 | 6B | 14 | 55 | 0 | 3A | 11E | 4A | 18 |
| Octal | 126 | 20 | 153 | 24 | 125 | 0 | 72 | 436 | 112 | 30 |
| Binary | 1010110 | 10000 | 1101011 | 10100 | 1010101 | 0 | 111010 | 100011110 | 1001010 | 11000 |
Color Harmonies of #56106B
Complementary color
Monochromatic Colors of #56106B
Black with #56106B
Text Example
Text Example
White with #56106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56106B; }
p { color: rgb(86,16,107); }
H1.HeaderClassName
{
color: #56106B;
}
.AnyTagClassName
{
color: #56106B;
}
</style>
background-color css
<style>
a { background-color: #56106B; }
a { background-color: rgb(86,16,107); }
div.DivClassName
{
background-color: #56106B;
}
.BgClassName
{
background-color: #56106B;
}
</style>
border-color css
<style>
span { border-color: #56106B; }
span { border-color: rgb(86,16,107); }
td.TdClassName
{
border-color: #56106B;
}
.TagClassName
{
border-color: #56106B;
}
</style>