Shades of Indigo #56047C
Tints of Indigo #56047C
RGB
CMYK
RGB Variations
Color information
#56047C (or 0x56047C) is known color: Indigo. HEX triplet: 56, 04 and 7C. RGB value is (86,4,124). Sum of RGB (Red+Green+Blue) = 86+4+124=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #56047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56047C is #A9FB83. Grayscale: #292929. Windows color (decimal): -11139972 or 8127574. OLE color: 8127574.
HSL color Cylindrical-coordinate representation of color #56047C: hue angle of 281º 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 #56047C is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 4 | 124 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.51 |
| HSL | 281º | 0.94% | 0.25% | - |
| HSV(B) | 281º | 0.97% | 0.49% | - |
| XYZ | 7.52 | 3.52 | 19.35 | - |
| YUV | 42.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 124 | 0.31 | 0.97 | 0 | 0.51 | 281 | 0.94 | 0.25 |
| Hex | 56 | 4 | 7C | 1F | 61 | 0 | 33 | 119 | 5E | 19 |
| Octal | 126 | 4 | 174 | 37 | 141 | 0 | 63 | 431 | 136 | 31 |
| Binary | 1010110 | 100 | 1111100 | 11111 | 1100001 | 0 | 110011 | 100011001 | 1011110 | 11001 |
Color Harmonies of #56047C
Complementary color
Monochromatic Colors of #56047C
Black with #56047C
Text Example
Text Example
White with #56047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56047C; }
p { color: rgb(86,4,124); }
H1.HeaderClassName
{
color: #56047C;
}
.AnyTagClassName
{
color: #56047C;
}
</style>
background-color css
<style>
a { background-color: #56047C; }
a { background-color: rgb(86,4,124); }
div.DivClassName
{
background-color: #56047C;
}
.BgClassName
{
background-color: #56047C;
}
</style>
border-color css
<style>
span { border-color: #56047C; }
span { border-color: rgb(86,4,124); }
td.TdClassName
{
border-color: #56047C;
}
.TagClassName
{
border-color: #56047C;
}
</style>