Shades of Indigo #56029A
Tints of Indigo #56029A
RGB
CMYK
RGB Variations
Color information
#56029A (or 0x56029A) is known color: Indigo. HEX triplet: 56, 02 and 9A. RGB value is (86,2,154). Sum of RGB (Red+Green+Blue) = 86+2+154=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #56029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56029A is #A9FD65. Grayscale: #2B2B2B. Windows color (decimal): -11140454 or 10093142. OLE color: 10093142.
HSL color Cylindrical-coordinate representation of color #56029A: hue angle of 273.16º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56029A is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 2 | 154 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.40 |
| HSL | 273.16º | 0.97% | 0.31% | - |
| HSV(B) | 273.16º | 0.99% | 0.6% | - |
| XYZ | 9.69 | 4.35 | 30.9 | - |
| YUV | 44.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 154 | 0.44 | 0.99 | 0 | 0.40 | 273.16 | 0.97 | 0.31 |
| Hex | 56 | 2 | 9A | 2C | 63 | 0 | 28 | 111 | 61 | 1F |
| Octal | 126 | 2 | 232 | 54 | 143 | 0 | 50 | 421 | 141 | 37 |
| Binary | 1010110 | 10 | 10011010 | 101100 | 1100011 | 0 | 101000 | 100010001 | 1100001 | 11111 |
Color Harmonies of #56029A
Complementary color
Monochromatic Colors of #56029A
Black with #56029A
Text Example
Text Example
White with #56029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56029A; }
p { color: rgb(86,2,154); }
H1.HeaderClassName
{
color: #56029A;
}
.AnyTagClassName
{
color: #56029A;
}
</style>
background-color css
<style>
a { background-color: #56029A; }
a { background-color: rgb(86,2,154); }
div.DivClassName
{
background-color: #56029A;
}
.BgClassName
{
background-color: #56029A;
}
</style>
border-color css
<style>
span { border-color: #56029A; }
span { border-color: rgb(86,2,154); }
td.TdClassName
{
border-color: #56029A;
}
.TagClassName
{
border-color: #56029A;
}
</style>