Shades of Indigo #56157C
Tints of Indigo #56157C
RGB
CMYK
RGB Variations
Color information
#56157C (or 0x56157C) is known color: Indigo. HEX triplet: 56, 15 and 7C. RGB value is (86,21,124). Sum of RGB (Red+Green+Blue) = 86+21+124=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #56157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56157C is #A9EA83. Grayscale: #333333. Windows color (decimal): -11135620 or 8131926. OLE color: 8131926.
HSL color Cylindrical-coordinate representation of color #56157C: hue angle of 277.86º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56157C is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 21 | 124 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.51 |
| HSL | 277.86º | 0.71% | 0.28% | - |
| HSV(B) | 277.86º | 0.83% | 0.49% | - |
| XYZ | 7.74 | 3.97 | 19.43 | - |
| YUV | 52.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 124 | 0.31 | 0.83 | 0 | 0.51 | 277.86 | 0.71 | 0.28 |
| Hex | 56 | 15 | 7C | 1F | 53 | 0 | 33 | 116 | 47 | 1C |
| Octal | 126 | 25 | 174 | 37 | 123 | 0 | 63 | 426 | 107 | 34 |
| Binary | 1010110 | 10101 | 1111100 | 11111 | 1010011 | 0 | 110011 | 100010110 | 1000111 | 11100 |
Color Harmonies of #56157C
Complementary color
Monochromatic Colors of #56157C
Black with #56157C
Text Example
Text Example
White with #56157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56157C; }
p { color: rgb(86,21,124); }
H1.HeaderClassName
{
color: #56157C;
}
.AnyTagClassName
{
color: #56157C;
}
</style>
background-color css
<style>
a { background-color: #56157C; }
a { background-color: rgb(86,21,124); }
div.DivClassName
{
background-color: #56157C;
}
.BgClassName
{
background-color: #56157C;
}
</style>
border-color css
<style>
span { border-color: #56157C; }
span { border-color: rgb(86,21,124); }
td.TdClassName
{
border-color: #56157C;
}
.TagClassName
{
border-color: #56157C;
}
</style>