Shades of Indigo #56047F
Tints of Indigo #56047F
RGB
CMYK
RGB Variations
Color information
#56047F (or 0x56047F) is known color: Indigo. HEX triplet: 56, 04 and 7F. RGB value is (86,4,127). Sum of RGB (Red+Green+Blue) = 86+4+127=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #56047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56047F is #A9FB80. Grayscale: #2A2A2A. Windows color (decimal): -11139969 or 8324182. OLE color: 8324182.
HSL color Cylindrical-coordinate representation of color #56047F: hue angle of 280º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56047F is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 4 | 127 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.50 |
| HSL | 280º | 0.94% | 0.26% | - |
| HSV(B) | 280º | 0.97% | 0.5% | - |
| XYZ | 7.71 | 3.6 | 20.37 | - |
| YUV | 42.54 | 175.67 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 127 | 0.32 | 0.97 | 0 | 0.50 | 280 | 0.94 | 0.26 |
| Hex | 56 | 4 | 7F | 20 | 61 | 0 | 32 | 118 | 5E | 1A |
| Octal | 126 | 4 | 177 | 40 | 141 | 0 | 62 | 430 | 136 | 32 |
| Binary | 1010110 | 100 | 1111111 | 100000 | 1100001 | 0 | 110010 | 100011000 | 1011110 | 11010 |
Color Harmonies of #56047F
Complementary color
Monochromatic Colors of #56047F
Black with #56047F
Text Example
Text Example
White with #56047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56047F; }
p { color: rgb(86,4,127); }
H1.HeaderClassName
{
color: #56047F;
}
.AnyTagClassName
{
color: #56047F;
}
</style>
background-color css
<style>
a { background-color: #56047F; }
a { background-color: rgb(86,4,127); }
div.DivClassName
{
background-color: #56047F;
}
.BgClassName
{
background-color: #56047F;
}
</style>
border-color css
<style>
span { border-color: #56047F; }
span { border-color: rgb(86,4,127); }
td.TdClassName
{
border-color: #56047F;
}
.TagClassName
{
border-color: #56047F;
}
</style>