Shades of Indigo #56119D
Tints of Indigo #56119D
RGB
CMYK
RGB Variations
Color information
#56119D (or 0x56119D) is known color: Indigo. HEX triplet: 56, 11 and 9D. RGB value is (86,17,157). Sum of RGB (Red+Green+Blue) = 86+17+157=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #56119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56119D is #A9EE62. Grayscale: #353535. Windows color (decimal): -11136611 or 10293590. OLE color: 10293590.
HSL color Cylindrical-coordinate representation of color #56119D: hue angle of 269.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56119D is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 17 | 157 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.38 |
| HSL | 269.57º | 0.8% | 0.34% | - |
| HSV(B) | 269.57º | 0.89% | 0.62% | - |
| XYZ | 10.12 | 4.81 | 32.29 | - |
| YUV | 53.59 | 186.36 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 157 | 0.45 | 0.89 | 0 | 0.38 | 269.57 | 0.8 | 0.34 |
| Hex | 56 | 11 | 9D | 2D | 59 | 0 | 26 | 10E | 50 | 22 |
| Octal | 126 | 21 | 235 | 55 | 131 | 0 | 46 | 416 | 120 | 42 |
| Binary | 1010110 | 10001 | 10011101 | 101101 | 1011001 | 0 | 100110 | 100001110 | 1010000 | 100010 |
Color Harmonies of #56119D
Complementary color
Monochromatic Colors of #56119D
Black with #56119D
Text Example
Text Example
White with #56119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56119D; }
p { color: rgb(86,17,157); }
H1.HeaderClassName
{
color: #56119D;
}
.AnyTagClassName
{
color: #56119D;
}
</style>
background-color css
<style>
a { background-color: #56119D; }
a { background-color: rgb(86,17,157); }
div.DivClassName
{
background-color: #56119D;
}
.BgClassName
{
background-color: #56119D;
}
</style>
border-color css
<style>
span { border-color: #56119D; }
span { border-color: rgb(86,17,157); }
td.TdClassName
{
border-color: #56119D;
}
.TagClassName
{
border-color: #56119D;
}
</style>