Shades of Indigo #56147E
Tints of Indigo #56147E
RGB
CMYK
RGB Variations
Color information
#56147E (or 0x56147E) is known color: Indigo. HEX triplet: 56, 14 and 7E. RGB value is (86,20,126). Sum of RGB (Red+Green+Blue) = 86+20+126=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #56147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56147E is #A9EB81. Grayscale: #333333. Windows color (decimal): -11135874 or 8262742. OLE color: 8262742.
HSL color Cylindrical-coordinate representation of color #56147E: hue angle of 277.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56147E is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 20 | 126 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.51 |
| HSL | 277.36º | 0.73% | 0.29% | - |
| HSV(B) | 277.36º | 0.84% | 0.49% | - |
| XYZ | 7.85 | 3.99 | 20.09 | - |
| YUV | 51.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 126 | 0.32 | 0.84 | 0 | 0.51 | 277.36 | 0.73 | 0.29 |
| Hex | 56 | 14 | 7E | 20 | 54 | 0 | 33 | 115 | 49 | 1D |
| Octal | 126 | 24 | 176 | 40 | 124 | 0 | 63 | 425 | 111 | 35 |
| Binary | 1010110 | 10100 | 1111110 | 100000 | 1010100 | 0 | 110011 | 100010101 | 1001001 | 11101 |
Color Harmonies of #56147E
Complementary color
Monochromatic Colors of #56147E
Black with #56147E
Text Example
Text Example
White with #56147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56147E; }
p { color: rgb(86,20,126); }
H1.HeaderClassName
{
color: #56147E;
}
.AnyTagClassName
{
color: #56147E;
}
</style>
background-color css
<style>
a { background-color: #56147E; }
a { background-color: rgb(86,20,126); }
div.DivClassName
{
background-color: #56147E;
}
.BgClassName
{
background-color: #56147E;
}
</style>
border-color css
<style>
span { border-color: #56147E; }
span { border-color: rgb(86,20,126); }
td.TdClassName
{
border-color: #56147E;
}
.TagClassName
{
border-color: #56147E;
}
</style>