Shades of Indigo #56119F
Tints of Indigo #56119F
RGB
CMYK
RGB Variations
Color information
#56119F (or 0x56119F) is known color: Indigo. HEX triplet: 56, 11 and 9F. RGB value is (86,17,159). Sum of RGB (Red+Green+Blue) = 86+17+159=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #56119F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56119F is #A9EE60. Grayscale: #353535. Windows color (decimal): -11136609 or 10424662. OLE color: 10424662.
HSL color Cylindrical-coordinate representation of color #56119F: hue angle of 269.15º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56119F is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 17 | 159 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.38 |
| HSL | 269.15º | 0.81% | 0.35% | - |
| HSV(B) | 269.15º | 0.89% | 0.62% | - |
| XYZ | 10.3 | 4.88 | 33.2 | - |
| YUV | 53.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 159 | 0.46 | 0.89 | 0 | 0.38 | 269.15 | 0.81 | 0.35 |
| Hex | 56 | 11 | 9F | 2E | 59 | 0 | 26 | 10D | 51 | 23 |
| Octal | 126 | 21 | 237 | 56 | 131 | 0 | 46 | 415 | 121 | 43 |
| Binary | 1010110 | 10001 | 10011111 | 101110 | 1011001 | 0 | 100110 | 100001101 | 1010001 | 100011 |
Color Harmonies of #56119F
Complementary color
Monochromatic Colors of #56119F
Black with #56119F
Text Example
Text Example
White with #56119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56119F; }
p { color: rgb(86,17,159); }
H1.HeaderClassName
{
color: #56119F;
}
.AnyTagClassName
{
color: #56119F;
}
</style>
background-color css
<style>
a { background-color: #56119F; }
a { background-color: rgb(86,17,159); }
div.DivClassName
{
background-color: #56119F;
}
.BgClassName
{
background-color: #56119F;
}
</style>
border-color css
<style>
span { border-color: #56119F; }
span { border-color: rgb(86,17,159); }
td.TdClassName
{
border-color: #56119F;
}
.TagClassName
{
border-color: #56119F;
}
</style>