Shades of Indigo #56187C
Tints of Indigo #56187C
RGB
CMYK
RGB Variations
Color information
#56187C (or 0x56187C) is known color: Indigo. HEX triplet: 56, 18 and 7C. RGB value is (86,24,124). Sum of RGB (Red+Green+Blue) = 86+24+124=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #56187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56187C is #A9E783. Grayscale: #353535. Windows color (decimal): -11134852 or 8132694. OLE color: 8132694.
HSL color Cylindrical-coordinate representation of color #56187C: hue angle of 277.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56187C is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 24 | 124 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.51 |
| HSL | 277.2º | 0.68% | 0.29% | - |
| HSV(B) | 277.2º | 0.81% | 0.49% | - |
| XYZ | 7.8 | 4.09 | 19.45 | - |
| YUV | 53.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 124 | 0.31 | 0.81 | 0 | 0.51 | 277.2 | 0.68 | 0.29 |
| Hex | 56 | 18 | 7C | 1F | 51 | 0 | 33 | 115 | 44 | 1D |
| Octal | 126 | 30 | 174 | 37 | 121 | 0 | 63 | 425 | 104 | 35 |
| Binary | 1010110 | 11000 | 1111100 | 11111 | 1010001 | 0 | 110011 | 100010101 | 1000100 | 11101 |
Color Harmonies of #56187C
Complementary color
Monochromatic Colors of #56187C
Black with #56187C
Text Example
Text Example
White with #56187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56187C; }
p { color: rgb(86,24,124); }
H1.HeaderClassName
{
color: #56187C;
}
.AnyTagClassName
{
color: #56187C;
}
</style>
background-color css
<style>
a { background-color: #56187C; }
a { background-color: rgb(86,24,124); }
div.DivClassName
{
background-color: #56187C;
}
.BgClassName
{
background-color: #56187C;
}
</style>
border-color css
<style>
span { border-color: #56187C; }
span { border-color: rgb(86,24,124); }
td.TdClassName
{
border-color: #56187C;
}
.TagClassName
{
border-color: #56187C;
}
</style>