Shades of Indigo #56016F
Tints of Indigo #56016F
RGB
CMYK
RGB Variations
Color information
#56016F (or 0x56016F) is known color: Indigo. HEX triplet: 56, 01 and 6F. RGB value is (86,1,111). Sum of RGB (Red+Green+Blue) = 86+1+111=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #56016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56016F is #A9FE90. Grayscale: #262626. Windows color (decimal): -11140753 or 7274838. OLE color: 7274838.
HSL color Cylindrical-coordinate representation of color #56016F: hue angle of 286.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56016F is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 1 | 111 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.56 |
| HSL | 286.36º | 0.98% | 0.22% | - |
| HSV(B) | 286.36º | 0.99% | 0.44% | - |
| XYZ | 6.72 | 3.15 | 15.29 | - |
| YUV | 38.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 111 | 0.23 | 0.99 | 0 | 0.56 | 286.36 | 0.98 | 0.22 |
| Hex | 56 | 1 | 6F | 17 | 63 | 0 | 38 | 11E | 62 | 16 |
| Octal | 126 | 1 | 157 | 27 | 143 | 0 | 70 | 436 | 142 | 26 |
| Binary | 1010110 | 1 | 1101111 | 10111 | 1100011 | 0 | 111000 | 100011110 | 1100010 | 10110 |
Color Harmonies of #56016F
Complementary color
Monochromatic Colors of #56016F
Black with #56016F
Text Example
Text Example
White with #56016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56016F; }
p { color: rgb(86,1,111); }
H1.HeaderClassName
{
color: #56016F;
}
.AnyTagClassName
{
color: #56016F;
}
</style>
background-color css
<style>
a { background-color: #56016F; }
a { background-color: rgb(86,1,111); }
div.DivClassName
{
background-color: #56016F;
}
.BgClassName
{
background-color: #56016F;
}
</style>
border-color css
<style>
span { border-color: #56016F; }
span { border-color: rgb(86,1,111); }
td.TdClassName
{
border-color: #56016F;
}
.TagClassName
{
border-color: #56016F;
}
</style>