Shades of Indigo #55028F
Tints of Indigo #55028F
RGB
CMYK
RGB Variations
Color information
#55028F (or 0x55028F) is known color: Indigo. HEX triplet: 55, 02 and 8F. RGB value is (85,2,143). Sum of RGB (Red+Green+Blue) = 85+2+143=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #55028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55028F is #AAFD70. Grayscale: #2A2A2A. Windows color (decimal): -11206001 or 9372245. OLE color: 9372245.
HSL color Cylindrical-coordinate representation of color #55028F: hue angle of 275.32º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55028F is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 2 | 143 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.44 |
| HSL | 275.32º | 0.97% | 0.28% | - |
| HSV(B) | 275.32º | 0.99% | 0.56% | - |
| XYZ | 8.73 | 3.96 | 26.29 | - |
| YUV | 42.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 143 | 0.41 | 0.99 | 0 | 0.44 | 275.32 | 0.97 | 0.28 |
| Hex | 55 | 2 | 8F | 29 | 63 | 0 | 2C | 113 | 61 | 1C |
| Octal | 125 | 2 | 217 | 51 | 143 | 0 | 54 | 423 | 141 | 34 |
| Binary | 1010101 | 10 | 10001111 | 101001 | 1100011 | 0 | 101100 | 100010011 | 1100001 | 11100 |
Color Harmonies of #55028F
Complementary color
Monochromatic Colors of #55028F
Black with #55028F
Text Example
Text Example
White with #55028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55028F; }
p { color: rgb(85,2,143); }
H1.HeaderClassName
{
color: #55028F;
}
.AnyTagClassName
{
color: #55028F;
}
</style>
background-color css
<style>
a { background-color: #55028F; }
a { background-color: rgb(85,2,143); }
div.DivClassName
{
background-color: #55028F;
}
.BgClassName
{
background-color: #55028F;
}
</style>
border-color css
<style>
span { border-color: #55028F; }
span { border-color: rgb(85,2,143); }
td.TdClassName
{
border-color: #55028F;
}
.TagClassName
{
border-color: #55028F;
}
</style>