Shades of Indigo #56049D
Tints of Indigo #56049D
RGB
CMYK
RGB Variations
Color information
#56049D (or 0x56049D) is known color: Indigo. HEX triplet: 56, 04 and 9D. RGB value is (86,4,157). Sum of RGB (Red+Green+Blue) = 86+4+157=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #56049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56049D is #A9FB62. Grayscale: #2D2D2D. Windows color (decimal): -11139939 or 10290262. OLE color: 10290262.
HSL color Cylindrical-coordinate representation of color #56049D: hue angle of 272.16º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56049D is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 4 | 157 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.38 |
| HSL | 272.16º | 0.95% | 0.32% | - |
| HSV(B) | 272.16º | 0.97% | 0.62% | - |
| XYZ | 9.97 | 4.5 | 32.24 | - |
| YUV | 45.96 | 190.67 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 157 | 0.45 | 0.97 | 0 | 0.38 | 272.16 | 0.95 | 0.32 |
| Hex | 56 | 4 | 9D | 2D | 61 | 0 | 26 | 110 | 5F | 20 |
| Octal | 126 | 4 | 235 | 55 | 141 | 0 | 46 | 420 | 137 | 40 |
| Binary | 1010110 | 100 | 10011101 | 101101 | 1100001 | 0 | 100110 | 100010000 | 1011111 | 100000 |
Color Harmonies of #56049D
Complementary color
Monochromatic Colors of #56049D
Black with #56049D
Text Example
Text Example
White with #56049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56049D; }
p { color: rgb(86,4,157); }
H1.HeaderClassName
{
color: #56049D;
}
.AnyTagClassName
{
color: #56049D;
}
</style>
background-color css
<style>
a { background-color: #56049D; }
a { background-color: rgb(86,4,157); }
div.DivClassName
{
background-color: #56049D;
}
.BgClassName
{
background-color: #56049D;
}
</style>
border-color css
<style>
span { border-color: #56049D; }
span { border-color: rgb(86,4,157); }
td.TdClassName
{
border-color: #56049D;
}
.TagClassName
{
border-color: #56049D;
}
</style>