Shades of Indigo #56149D
Tints of Indigo #56149D
RGB
CMYK
RGB Variations
Color information
#56149D (or 0x56149D) is known color: Indigo. HEX triplet: 56, 14 and 9D. RGB value is (86,20,157). Sum of RGB (Red+Green+Blue) = 86+20+157=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #56149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56149D is #A9EB62. Grayscale: #363636. Windows color (decimal): -11135843 or 10294358. OLE color: 10294358.
HSL color Cylindrical-coordinate representation of color #56149D: hue angle of 268.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56149D is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 20 | 157 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.38 |
| HSL | 268.91º | 0.77% | 0.35% | - |
| HSV(B) | 268.91º | 0.87% | 0.62% | - |
| XYZ | 10.17 | 4.91 | 32.31 | - |
| YUV | 55.35 | 185.37 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 157 | 0.45 | 0.87 | 0 | 0.38 | 268.91 | 0.77 | 0.35 |
| Hex | 56 | 14 | 9D | 2D | 57 | 0 | 26 | 10D | 4D | 23 |
| Octal | 126 | 24 | 235 | 55 | 127 | 0 | 46 | 415 | 115 | 43 |
| Binary | 1010110 | 10100 | 10011101 | 101101 | 1010111 | 0 | 100110 | 100001101 | 1001101 | 100011 |
Color Harmonies of #56149D
Complementary color
Monochromatic Colors of #56149D
Black with #56149D
Text Example
Text Example
White with #56149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56149D; }
p { color: rgb(86,20,157); }
H1.HeaderClassName
{
color: #56149D;
}
.AnyTagClassName
{
color: #56149D;
}
</style>
background-color css
<style>
a { background-color: #56149D; }
a { background-color: rgb(86,20,157); }
div.DivClassName
{
background-color: #56149D;
}
.BgClassName
{
background-color: #56149D;
}
</style>
border-color css
<style>
span { border-color: #56149D; }
span { border-color: rgb(86,20,157); }
td.TdClassName
{
border-color: #56149D;
}
.TagClassName
{
border-color: #56149D;
}
</style>