Shades of Indigo #55129D
Tints of Indigo #55129D
RGB
CMYK
RGB Variations
Color information
#55129D (or 0x55129D) is known color: Indigo. HEX triplet: 55, 12 and 9D. RGB value is (85,18,157). Sum of RGB (Red+Green+Blue) = 85+18+157=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #55129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55129D is #AAED62. Grayscale: #353535. Windows color (decimal): -11201891 or 10293845. OLE color: 10293845.
HSL color Cylindrical-coordinate representation of color #55129D: hue angle of 268.92º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55129D is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 18 | 157 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.38 |
| HSL | 268.92º | 0.79% | 0.34% | - |
| HSV(B) | 268.92º | 0.89% | 0.62% | - |
| XYZ | 10.05 | 4.8 | 32.29 | - |
| YUV | 53.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 157 | 0.46 | 0.89 | 0 | 0.38 | 268.92 | 0.79 | 0.34 |
| Hex | 55 | 12 | 9D | 2E | 59 | 0 | 26 | 10D | 4F | 22 |
| Octal | 125 | 22 | 235 | 56 | 131 | 0 | 46 | 415 | 117 | 42 |
| Binary | 1010101 | 10010 | 10011101 | 101110 | 1011001 | 0 | 100110 | 100001101 | 1001111 | 100010 |
Color Harmonies of #55129D
Complementary color
Monochromatic Colors of #55129D
Black with #55129D
Text Example
Text Example
White with #55129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55129D; }
p { color: rgb(85,18,157); }
H1.HeaderClassName
{
color: #55129D;
}
.AnyTagClassName
{
color: #55129D;
}
</style>
background-color css
<style>
a { background-color: #55129D; }
a { background-color: rgb(85,18,157); }
div.DivClassName
{
background-color: #55129D;
}
.BgClassName
{
background-color: #55129D;
}
</style>
border-color css
<style>
span { border-color: #55129D; }
span { border-color: rgb(85,18,157); }
td.TdClassName
{
border-color: #55129D;
}
.TagClassName
{
border-color: #55129D;
}
</style>