Shades of Indigo #56137F
Tints of Indigo #56137F
RGB
CMYK
RGB Variations
Color information
#56137F (or 0x56137F) is known color: Indigo. HEX triplet: 56, 13 and 7F. RGB value is (86,19,127). Sum of RGB (Red+Green+Blue) = 86+19+127=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #56137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56137F is #A9EC80. Grayscale: #323232. Windows color (decimal): -11136129 or 8328022. OLE color: 8328022.
HSL color Cylindrical-coordinate representation of color #56137F: hue angle of 277.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56137F is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 19 | 127 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.50 |
| HSL | 277.22º | 0.74% | 0.29% | - |
| HSV(B) | 277.22º | 0.85% | 0.5% | - |
| XYZ | 7.9 | 3.98 | 20.43 | - |
| YUV | 51.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 127 | 0.32 | 0.85 | 0 | 0.50 | 277.22 | 0.74 | 0.29 |
| Hex | 56 | 13 | 7F | 20 | 55 | 0 | 32 | 115 | 4A | 1D |
| Octal | 126 | 23 | 177 | 40 | 125 | 0 | 62 | 425 | 112 | 35 |
| Binary | 1010110 | 10011 | 1111111 | 100000 | 1010101 | 0 | 110010 | 100010101 | 1001010 | 11101 |
Color Harmonies of #56137F
Complementary color
Monochromatic Colors of #56137F
Black with #56137F
Text Example
Text Example
White with #56137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56137F; }
p { color: rgb(86,19,127); }
H1.HeaderClassName
{
color: #56137F;
}
.AnyTagClassName
{
color: #56137F;
}
</style>
background-color css
<style>
a { background-color: #56137F; }
a { background-color: rgb(86,19,127); }
div.DivClassName
{
background-color: #56137F;
}
.BgClassName
{
background-color: #56137F;
}
</style>
border-color css
<style>
span { border-color: #56137F; }
span { border-color: rgb(86,19,127); }
td.TdClassName
{
border-color: #56137F;
}
.TagClassName
{
border-color: #56137F;
}
</style>