Shades of Indigo #56109F
Tints of Indigo #56109F
RGB
CMYK
RGB Variations
Color information
#56109F (or 0x56109F) is known color: Indigo. HEX triplet: 56, 10 and 9F. RGB value is (86,16,159). Sum of RGB (Red+Green+Blue) = 86+16+159=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #56109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56109F is #A9EF60. Grayscale: #343434. Windows color (decimal): -11136865 or 10424406. OLE color: 10424406.
HSL color Cylindrical-coordinate representation of color #56109F: hue angle of 269.37º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56109F is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 16 | 159 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.38 |
| HSL | 269.37º | 0.82% | 0.34% | - |
| HSV(B) | 269.37º | 0.9% | 0.62% | - |
| XYZ | 10.28 | 4.85 | 33.2 | - |
| YUV | 53.23 | 187.69 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 159 | 0.46 | 0.90 | 0 | 0.38 | 269.37 | 0.82 | 0.34 |
| Hex | 56 | 10 | 9F | 2E | 5A | 0 | 26 | 10D | 52 | 22 |
| Octal | 126 | 20 | 237 | 56 | 132 | 0 | 46 | 415 | 122 | 42 |
| Binary | 1010110 | 10000 | 10011111 | 101110 | 1011010 | 0 | 100110 | 100001101 | 1010010 | 100010 |
Color Harmonies of #56109F
Complementary color
Monochromatic Colors of #56109F
Black with #56109F
Text Example
Text Example
White with #56109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56109F; }
p { color: rgb(86,16,159); }
H1.HeaderClassName
{
color: #56109F;
}
.AnyTagClassName
{
color: #56109F;
}
</style>
background-color css
<style>
a { background-color: #56109F; }
a { background-color: rgb(86,16,159); }
div.DivClassName
{
background-color: #56109F;
}
.BgClassName
{
background-color: #56109F;
}
</style>
border-color css
<style>
span { border-color: #56109F; }
span { border-color: rgb(86,16,159); }
td.TdClassName
{
border-color: #56109F;
}
.TagClassName
{
border-color: #56109F;
}
</style>