Shades of Indigo #56129A
Tints of Indigo #56129A
RGB
CMYK
RGB Variations
Color information
#56129A (or 0x56129A) is known color: Indigo. HEX triplet: 56, 12 and 9A. RGB value is (86,18,154). Sum of RGB (Red+Green+Blue) = 86+18+154=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #56129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56129A is #A9ED65. Grayscale: #353535. Windows color (decimal): -11136358 or 10097238. OLE color: 10097238.
HSL color Cylindrical-coordinate representation of color #56129A: hue angle of 270º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56129A is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 18 | 154 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.40 |
| HSL | 270º | 0.79% | 0.34% | - |
| HSV(B) | 270º | 0.88% | 0.6% | - |
| XYZ | 9.89 | 4.74 | 30.97 | - |
| YUV | 53.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 154 | 0.44 | 0.88 | 0 | 0.40 | 270 | 0.79 | 0.34 |
| Hex | 56 | 12 | 9A | 2C | 58 | 0 | 28 | 10E | 4F | 22 |
| Octal | 126 | 22 | 232 | 54 | 130 | 0 | 50 | 416 | 117 | 42 |
| Binary | 1010110 | 10010 | 10011010 | 101100 | 1011000 | 0 | 101000 | 100001110 | 1001111 | 100010 |
Color Harmonies of #56129A
Complementary color
Monochromatic Colors of #56129A
Black with #56129A
Text Example
Text Example
White with #56129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56129A; }
p { color: rgb(86,18,154); }
H1.HeaderClassName
{
color: #56129A;
}
.AnyTagClassName
{
color: #56129A;
}
</style>
background-color css
<style>
a { background-color: #56129A; }
a { background-color: rgb(86,18,154); }
div.DivClassName
{
background-color: #56129A;
}
.BgClassName
{
background-color: #56129A;
}
</style>
border-color css
<style>
span { border-color: #56129A; }
span { border-color: rgb(86,18,154); }
td.TdClassName
{
border-color: #56129A;
}
.TagClassName
{
border-color: #56129A;
}
</style>