Shades of Indigo #56127D
Tints of Indigo #56127D
RGB
CMYK
RGB Variations
Color information
#56127D (or 0x56127D) is known color: Indigo. HEX triplet: 56, 12 and 7D. RGB value is (86,18,125). Sum of RGB (Red+Green+Blue) = 86+18+125=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #56127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56127D is #A9ED82. Grayscale: #323232. Windows color (decimal): -11136387 or 8196694. OLE color: 8196694.
HSL color Cylindrical-coordinate representation of color #56127D: hue angle of 278.13º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56127D is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 18 | 125 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.51 |
| HSL | 278.13º | 0.75% | 0.28% | - |
| HSV(B) | 278.13º | 0.86% | 0.49% | - |
| XYZ | 7.76 | 3.89 | 19.74 | - |
| YUV | 50.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 125 | 0.31 | 0.86 | 0 | 0.51 | 278.13 | 0.75 | 0.28 |
| Hex | 56 | 12 | 7D | 1F | 56 | 0 | 33 | 116 | 4B | 1C |
| Octal | 126 | 22 | 175 | 37 | 126 | 0 | 63 | 426 | 113 | 34 |
| Binary | 1010110 | 10010 | 1111101 | 11111 | 1010110 | 0 | 110011 | 100010110 | 1001011 | 11100 |
Color Harmonies of #56127D
Complementary color
Monochromatic Colors of #56127D
Black with #56127D
Text Example
Text Example
White with #56127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56127D; }
p { color: rgb(86,18,125); }
H1.HeaderClassName
{
color: #56127D;
}
.AnyTagClassName
{
color: #56127D;
}
</style>
background-color css
<style>
a { background-color: #56127D; }
a { background-color: rgb(86,18,125); }
div.DivClassName
{
background-color: #56127D;
}
.BgClassName
{
background-color: #56127D;
}
</style>
border-color css
<style>
span { border-color: #56127D; }
span { border-color: rgb(86,18,125); }
td.TdClassName
{
border-color: #56127D;
}
.TagClassName
{
border-color: #56127D;
}
</style>