Shades of Indigo #56136D
Tints of Indigo #56136D
RGB
CMYK
RGB Variations
Color information
#56136D (or 0x56136D) is known color: Indigo. HEX triplet: 56, 13 and 6D. RGB value is (86,19,109). Sum of RGB (Red+Green+Blue) = 86+19+109=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #56136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56136D is #A9EC92. Grayscale: #313131. Windows color (decimal): -11136147 or 7148374. OLE color: 7148374.
HSL color Cylindrical-coordinate representation of color #56136D: hue angle of 284.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56136D is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 19 | 109 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.57 |
| HSL | 284.67º | 0.7% | 0.25% | - |
| HSV(B) | 284.67º | 0.83% | 0.43% | - |
| XYZ | 6.83 | 3.55 | 14.79 | - |
| YUV | 49.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 109 | 0.21 | 0.83 | 0 | 0.57 | 284.67 | 0.7 | 0.25 |
| Hex | 56 | 13 | 6D | 15 | 53 | 0 | 39 | 11D | 46 | 19 |
| Octal | 126 | 23 | 155 | 25 | 123 | 0 | 71 | 435 | 106 | 31 |
| Binary | 1010110 | 10011 | 1101101 | 10101 | 1010011 | 0 | 111001 | 100011101 | 1000110 | 11001 |
Color Harmonies of #56136D
Complementary color
Monochromatic Colors of #56136D
Black with #56136D
Text Example
Text Example
White with #56136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56136D; }
p { color: rgb(86,19,109); }
H1.HeaderClassName
{
color: #56136D;
}
.AnyTagClassName
{
color: #56136D;
}
</style>
background-color css
<style>
a { background-color: #56136D; }
a { background-color: rgb(86,19,109); }
div.DivClassName
{
background-color: #56136D;
}
.BgClassName
{
background-color: #56136D;
}
</style>
border-color css
<style>
span { border-color: #56136D; }
span { border-color: rgb(86,19,109); }
td.TdClassName
{
border-color: #56136D;
}
.TagClassName
{
border-color: #56136D;
}
</style>