Shades of Indigo #56016E
Tints of Indigo #56016E
RGB
CMYK
RGB Variations
Color information
#56016E (or 0x56016E) is known color: Indigo. HEX triplet: 56, 01 and 6E. RGB value is (86,1,110). Sum of RGB (Red+Green+Blue) = 86+1+110=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #56016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56016E is #A9FE91. Grayscale: #262626. Windows color (decimal): -11140754 or 7209302. OLE color: 7209302.
HSL color Cylindrical-coordinate representation of color #56016E: hue angle of 286.79º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56016E is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 1 | 110 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.57 |
| HSL | 286.79º | 0.98% | 0.22% | - |
| HSV(B) | 286.79º | 0.99% | 0.43% | - |
| XYZ | 6.66 | 3.13 | 15 | - |
| YUV | 38.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 110 | 0.22 | 0.99 | 0 | 0.57 | 286.79 | 0.98 | 0.22 |
| Hex | 56 | 1 | 6E | 16 | 63 | 0 | 39 | 11F | 62 | 16 |
| Octal | 126 | 1 | 156 | 26 | 143 | 0 | 71 | 437 | 142 | 26 |
| Binary | 1010110 | 1 | 1101110 | 10110 | 1100011 | 0 | 111001 | 100011111 | 1100010 | 10110 |
Color Harmonies of #56016E
Complementary color
Monochromatic Colors of #56016E
Black with #56016E
Text Example
Text Example
White with #56016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56016E; }
p { color: rgb(86,1,110); }
H1.HeaderClassName
{
color: #56016E;
}
.AnyTagClassName
{
color: #56016E;
}
</style>
background-color css
<style>
a { background-color: #56016E; }
a { background-color: rgb(86,1,110); }
div.DivClassName
{
background-color: #56016E;
}
.BgClassName
{
background-color: #56016E;
}
</style>
border-color css
<style>
span { border-color: #56016E; }
span { border-color: rgb(86,1,110); }
td.TdClassName
{
border-color: #56016E;
}
.TagClassName
{
border-color: #56016E;
}
</style>