Shades of Indigo #56018F
Tints of Indigo #56018F
RGB
CMYK
RGB Variations
Color information
#56018F (or 0x56018F) is known color: Indigo. HEX triplet: 56, 01 and 8F. RGB value is (86,1,143). Sum of RGB (Red+Green+Blue) = 86+1+143=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #56018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56018F is #A9FE70. Grayscale: #2A2A2A. Windows color (decimal): -11140721 or 9371990. OLE color: 9371990.
HSL color Cylindrical-coordinate representation of color #56018F: hue angle of 275.92º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56018F is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 1 | 143 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.44 |
| HSL | 275.92º | 0.99% | 0.28% | - |
| HSV(B) | 275.92º | 0.99% | 0.56% | - |
| XYZ | 8.81 | 3.98 | 26.29 | - |
| YUV | 42.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 143 | 0.40 | 0.99 | 0 | 0.44 | 275.92 | 0.99 | 0.28 |
| Hex | 56 | 1 | 8F | 28 | 63 | 0 | 2C | 114 | 63 | 1C |
| Octal | 126 | 1 | 217 | 50 | 143 | 0 | 54 | 424 | 143 | 34 |
| Binary | 1010110 | 1 | 10001111 | 101000 | 1100011 | 0 | 101100 | 100010100 | 1100011 | 11100 |
Color Harmonies of #56018F
Complementary color
Monochromatic Colors of #56018F
Black with #56018F
Text Example
Text Example
White with #56018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56018F; }
p { color: rgb(86,1,143); }
H1.HeaderClassName
{
color: #56018F;
}
.AnyTagClassName
{
color: #56018F;
}
</style>
background-color css
<style>
a { background-color: #56018F; }
a { background-color: rgb(86,1,143); }
div.DivClassName
{
background-color: #56018F;
}
.BgClassName
{
background-color: #56018F;
}
</style>
border-color css
<style>
span { border-color: #56018F; }
span { border-color: rgb(86,1,143); }
td.TdClassName
{
border-color: #56018F;
}
.TagClassName
{
border-color: #56018F;
}
</style>