Shades of Indigo #56136F
Tints of Indigo #56136F
RGB
CMYK
RGB Variations
Color information
#56136F (or 0x56136F) is known color: Indigo. HEX triplet: 56, 13 and 6F. RGB value is (86,19,111). Sum of RGB (Red+Green+Blue) = 86+19+111=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #56136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56136F is #A9EC90. Grayscale: #313131. Windows color (decimal): -11136145 or 7279446. OLE color: 7279446.
HSL color Cylindrical-coordinate representation of color #56136F: hue angle of 283.7º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56136F is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 19 | 111 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.56 |
| HSL | 283.7º | 0.71% | 0.25% | - |
| HSV(B) | 283.7º | 0.83% | 0.44% | - |
| XYZ | 6.94 | 3.59 | 15.37 | - |
| YUV | 49.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 111 | 0.23 | 0.83 | 0 | 0.56 | 283.7 | 0.71 | 0.25 |
| Hex | 56 | 13 | 6F | 17 | 53 | 0 | 38 | 11C | 47 | 19 |
| Octal | 126 | 23 | 157 | 27 | 123 | 0 | 70 | 434 | 107 | 31 |
| Binary | 1010110 | 10011 | 1101111 | 10111 | 1010011 | 0 | 111000 | 100011100 | 1000111 | 11001 |
Color Harmonies of #56136F
Complementary color
Monochromatic Colors of #56136F
Black with #56136F
Text Example
Text Example
White with #56136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56136F; }
p { color: rgb(86,19,111); }
H1.HeaderClassName
{
color: #56136F;
}
.AnyTagClassName
{
color: #56136F;
}
</style>
background-color css
<style>
a { background-color: #56136F; }
a { background-color: rgb(86,19,111); }
div.DivClassName
{
background-color: #56136F;
}
.BgClassName
{
background-color: #56136F;
}
</style>
border-color css
<style>
span { border-color: #56136F; }
span { border-color: rgb(86,19,111); }
td.TdClassName
{
border-color: #56136F;
}
.TagClassName
{
border-color: #56136F;
}
</style>