Shades of Indigo #56029F
Tints of Indigo #56029F
RGB
CMYK
RGB Variations
Color information
#56029F (or 0x56029F) is known color: Indigo. HEX triplet: 56, 02 and 9F. RGB value is (86,2,159). Sum of RGB (Red+Green+Blue) = 86+2+159=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #56029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56029F is #A9FD60. Grayscale: #2C2C2C. Windows color (decimal): -11140449 or 10420822. OLE color: 10420822.
HSL color Cylindrical-coordinate representation of color #56029F: hue angle of 272.1º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56029F is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 2 | 159 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.38 |
| HSL | 272.1º | 0.98% | 0.32% | - |
| HSV(B) | 272.1º | 0.99% | 0.62% | - |
| XYZ | 10.12 | 4.53 | 33.14 | - |
| YUV | 45.01 | 192.33 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 159 | 0.46 | 0.99 | 0 | 0.38 | 272.1 | 0.98 | 0.32 |
| Hex | 56 | 2 | 9F | 2E | 63 | 0 | 26 | 110 | 62 | 20 |
| Octal | 126 | 2 | 237 | 56 | 143 | 0 | 46 | 420 | 142 | 40 |
| Binary | 1010110 | 10 | 10011111 | 101110 | 1100011 | 0 | 100110 | 100010000 | 1100010 | 100000 |
Color Harmonies of #56029F
Complementary color
Monochromatic Colors of #56029F
Black with #56029F
Text Example
Text Example
White with #56029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56029F; }
p { color: rgb(86,2,159); }
H1.HeaderClassName
{
color: #56029F;
}
.AnyTagClassName
{
color: #56029F;
}
</style>
background-color css
<style>
a { background-color: #56029F; }
a { background-color: rgb(86,2,159); }
div.DivClassName
{
background-color: #56029F;
}
.BgClassName
{
background-color: #56029F;
}
</style>
border-color css
<style>
span { border-color: #56029F; }
span { border-color: rgb(86,2,159); }
td.TdClassName
{
border-color: #56029F;
}
.TagClassName
{
border-color: #56029F;
}
</style>