Shades of Indigo #55029F
Tints of Indigo #55029F
RGB
CMYK
RGB Variations
Color information
#55029F (or 0x55029F) is known color: Indigo. HEX triplet: 55, 02 and 9F. RGB value is (85,2,159). Sum of RGB (Red+Green+Blue) = 85+2+159=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #55029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55029F is #AAFD60. Grayscale: #2C2C2C. Windows color (decimal): -11205985 or 10420821. OLE color: 10420821.
HSL color Cylindrical-coordinate representation of color #55029F: hue angle of 271.72º 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 #55029F is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 2 | 159 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.38 |
| HSL | 271.72º | 0.98% | 0.32% | - |
| HSV(B) | 271.72º | 0.99% | 0.62% | - |
| XYZ | 10.03 | 4.48 | 33.14 | - |
| YUV | 44.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 159 | 0.47 | 0.99 | 0 | 0.38 | 271.72 | 0.98 | 0.32 |
| Hex | 55 | 2 | 9F | 2F | 63 | 0 | 26 | 110 | 62 | 20 |
| Octal | 125 | 2 | 237 | 57 | 143 | 0 | 46 | 420 | 142 | 40 |
| Binary | 1010101 | 10 | 10011111 | 101111 | 1100011 | 0 | 100110 | 100010000 | 1100010 | 100000 |
Color Harmonies of #55029F
Complementary color
Monochromatic Colors of #55029F
Black with #55029F
Text Example
Text Example
White with #55029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55029F; }
p { color: rgb(85,2,159); }
H1.HeaderClassName
{
color: #55029F;
}
.AnyTagClassName
{
color: #55029F;
}
</style>
background-color css
<style>
a { background-color: #55029F; }
a { background-color: rgb(85,2,159); }
div.DivClassName
{
background-color: #55029F;
}
.BgClassName
{
background-color: #55029F;
}
</style>
border-color css
<style>
span { border-color: #55029F; }
span { border-color: rgb(85,2,159); }
td.TdClassName
{
border-color: #55029F;
}
.TagClassName
{
border-color: #55029F;
}
</style>