Shades of Indigo #56146F
Tints of Indigo #56146F
RGB
CMYK
RGB Variations
Color information
#56146F (or 0x56146F) is known color: Indigo. HEX triplet: 56, 14 and 6F. RGB value is (86,20,111). Sum of RGB (Red+Green+Blue) = 86+20+111=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #56146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56146F is #A9EB90. Grayscale: #313131. Windows color (decimal): -11135889 or 7279702. OLE color: 7279702.
HSL color Cylindrical-coordinate representation of color #56146F: hue angle of 283.52º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56146F is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 20 | 111 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.56 |
| HSL | 283.52º | 0.69% | 0.26% | - |
| HSV(B) | 283.52º | 0.82% | 0.44% | - |
| XYZ | 6.96 | 3.63 | 15.37 | - |
| YUV | 50.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 111 | 0.23 | 0.82 | 0 | 0.56 | 283.52 | 0.69 | 0.26 |
| Hex | 56 | 14 | 6F | 17 | 52 | 0 | 38 | 11C | 45 | 1A |
| Octal | 126 | 24 | 157 | 27 | 122 | 0 | 70 | 434 | 105 | 32 |
| Binary | 1010110 | 10100 | 1101111 | 10111 | 1010010 | 0 | 111000 | 100011100 | 1000101 | 11010 |
Color Harmonies of #56146F
Complementary color
Monochromatic Colors of #56146F
Black with #56146F
Text Example
Text Example
White with #56146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56146F; }
p { color: rgb(86,20,111); }
H1.HeaderClassName
{
color: #56146F;
}
.AnyTagClassName
{
color: #56146F;
}
</style>
background-color css
<style>
a { background-color: #56146F; }
a { background-color: rgb(86,20,111); }
div.DivClassName
{
background-color: #56146F;
}
.BgClassName
{
background-color: #56146F;
}
</style>
border-color css
<style>
span { border-color: #56146F; }
span { border-color: rgb(86,20,111); }
td.TdClassName
{
border-color: #56146F;
}
.TagClassName
{
border-color: #56146F;
}
</style>