Shades of Indigo #55029D
Tints of Indigo #55029D
RGB
CMYK
RGB Variations
Color information
#55029D (or 0x55029D) is known color: Indigo. HEX triplet: 55, 02 and 9D. RGB value is (85,2,157). Sum of RGB (Red+Green+Blue) = 85+2+157=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #55029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55029D is #AAFD62. Grayscale: #2B2B2B. Windows color (decimal): -11205987 or 10289749. OLE color: 10289749.
HSL color Cylindrical-coordinate representation of color #55029D: hue angle of 272.13º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55029D is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 2 | 157 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.38 |
| HSL | 272.13º | 0.97% | 0.31% | - |
| HSV(B) | 272.13º | 0.99% | 0.62% | - |
| XYZ | 9.85 | 4.41 | 32.23 | - |
| YUV | 44.49 | 191.5 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 157 | 0.46 | 0.99 | 0 | 0.38 | 272.13 | 0.97 | 0.31 |
| Hex | 55 | 2 | 9D | 2E | 63 | 0 | 26 | 110 | 61 | 1F |
| Octal | 125 | 2 | 235 | 56 | 143 | 0 | 46 | 420 | 141 | 37 |
| Binary | 1010101 | 10 | 10011101 | 101110 | 1100011 | 0 | 100110 | 100010000 | 1100001 | 11111 |
Color Harmonies of #55029D
Complementary color
Monochromatic Colors of #55029D
Black with #55029D
Text Example
Text Example
White with #55029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55029D; }
p { color: rgb(85,2,157); }
H1.HeaderClassName
{
color: #55029D;
}
.AnyTagClassName
{
color: #55029D;
}
</style>
background-color css
<style>
a { background-color: #55029D; }
a { background-color: rgb(85,2,157); }
div.DivClassName
{
background-color: #55029D;
}
.BgClassName
{
background-color: #55029D;
}
</style>
border-color css
<style>
span { border-color: #55029D; }
span { border-color: rgb(85,2,157); }
td.TdClassName
{
border-color: #55029D;
}
.TagClassName
{
border-color: #55029D;
}
</style>