Shades of Indigo #56047E
Tints of Indigo #56047E
RGB
CMYK
RGB Variations
Color information
#56047E (or 0x56047E) is known color: Indigo. HEX triplet: 56, 04 and 7E. RGB value is (86,4,126). Sum of RGB (Red+Green+Blue) = 86+4+126=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #56047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56047E is #A9FB81. Grayscale: #2A2A2A. Windows color (decimal): -11139970 or 8258646. OLE color: 8258646.
HSL color Cylindrical-coordinate representation of color #56047E: hue angle of 280.33º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56047E is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 4 | 126 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.51 |
| HSL | 280.33º | 0.94% | 0.25% | - |
| HSV(B) | 280.33º | 0.97% | 0.49% | - |
| XYZ | 7.65 | 3.57 | 20.03 | - |
| YUV | 42.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 126 | 0.32 | 0.97 | 0 | 0.51 | 280.33 | 0.94 | 0.25 |
| Hex | 56 | 4 | 7E | 20 | 61 | 0 | 33 | 118 | 5E | 19 |
| Octal | 126 | 4 | 176 | 40 | 141 | 0 | 63 | 430 | 136 | 31 |
| Binary | 1010110 | 100 | 1111110 | 100000 | 1100001 | 0 | 110011 | 100011000 | 1011110 | 11001 |
Color Harmonies of #56047E
Complementary color
Monochromatic Colors of #56047E
Black with #56047E
Text Example
Text Example
White with #56047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56047E; }
p { color: rgb(86,4,126); }
H1.HeaderClassName
{
color: #56047E;
}
.AnyTagClassName
{
color: #56047E;
}
</style>
background-color css
<style>
a { background-color: #56047E; }
a { background-color: rgb(86,4,126); }
div.DivClassName
{
background-color: #56047E;
}
.BgClassName
{
background-color: #56047E;
}
</style>
border-color css
<style>
span { border-color: #56047E; }
span { border-color: rgb(86,4,126); }
td.TdClassName
{
border-color: #56047E;
}
.TagClassName
{
border-color: #56047E;
}
</style>