Shades of Indigo #56057A
Tints of Indigo #56057A
RGB
CMYK
RGB Variations
Color information
#56057A (or 0x56057A) is known color: Indigo. HEX triplet: 56, 05 and 7A. RGB value is (86,5,122). Sum of RGB (Red+Green+Blue) = 86+5+122=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #56057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56057A is #A9FA85. Grayscale: #2A2A2A. Windows color (decimal): -11139718 or 7996758. OLE color: 7996758.
HSL color Cylindrical-coordinate representation of color #56057A: hue angle of 281.54º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56057A is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 5 | 122 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.52 |
| HSL | 281.54º | 0.92% | 0.25% | - |
| HSV(B) | 281.54º | 0.96% | 0.48% | - |
| XYZ | 7.4 | 3.49 | 18.7 | - |
| YUV | 42.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 122 | 0.30 | 0.96 | 0 | 0.52 | 281.54 | 0.92 | 0.25 |
| Hex | 56 | 5 | 7A | 1E | 60 | 0 | 34 | 11A | 5C | 19 |
| Octal | 126 | 5 | 172 | 36 | 140 | 0 | 64 | 432 | 134 | 31 |
| Binary | 1010110 | 101 | 1111010 | 11110 | 1100000 | 0 | 110100 | 100011010 | 1011100 | 11001 |
Color Harmonies of #56057A
Complementary color
Monochromatic Colors of #56057A
Black with #56057A
Text Example
Text Example
White with #56057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56057A; }
p { color: rgb(86,5,122); }
H1.HeaderClassName
{
color: #56057A;
}
.AnyTagClassName
{
color: #56057A;
}
</style>
background-color css
<style>
a { background-color: #56057A; }
a { background-color: rgb(86,5,122); }
div.DivClassName
{
background-color: #56057A;
}
.BgClassName
{
background-color: #56057A;
}
</style>
border-color css
<style>
span { border-color: #56057A; }
span { border-color: rgb(86,5,122); }
td.TdClassName
{
border-color: #56057A;
}
.TagClassName
{
border-color: #56057A;
}
</style>