Shades of Indigo #55188D
Tints of Indigo #55188D
RGB
CMYK
RGB Variations
Color information
#55188D (or 0x55188D) is known color: Indigo. HEX triplet: 55, 18 and 8D. RGB value is (85,24,141). Sum of RGB (Red+Green+Blue) = 85+24+141=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #55188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55188D is #AAE772. Grayscale: #373737. Windows color (decimal): -11200371 or 9246805. OLE color: 9246805.
HSL color Cylindrical-coordinate representation of color #55188D: hue angle of 271.28º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55188D is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 24 | 141 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.45 |
| HSL | 271.28º | 0.71% | 0.32% | - |
| HSV(B) | 271.28º | 0.83% | 0.55% | - |
| XYZ | 8.88 | 4.51 | 25.6 | - |
| YUV | 55.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 141 | 0.40 | 0.83 | 0 | 0.45 | 271.28 | 0.71 | 0.32 |
| Hex | 55 | 18 | 8D | 28 | 53 | 0 | 2D | 10F | 47 | 20 |
| Octal | 125 | 30 | 215 | 50 | 123 | 0 | 55 | 417 | 107 | 40 |
| Binary | 1010101 | 11000 | 10001101 | 101000 | 1010011 | 0 | 101101 | 100001111 | 1000111 | 100000 |
Color Harmonies of #55188D
Complementary color
Monochromatic Colors of #55188D
Black with #55188D
Text Example
Text Example
White with #55188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55188D; }
p { color: rgb(85,24,141); }
H1.HeaderClassName
{
color: #55188D;
}
.AnyTagClassName
{
color: #55188D;
}
</style>
background-color css
<style>
a { background-color: #55188D; }
a { background-color: rgb(85,24,141); }
div.DivClassName
{
background-color: #55188D;
}
.BgClassName
{
background-color: #55188D;
}
</style>
border-color css
<style>
span { border-color: #55188D; }
span { border-color: rgb(85,24,141); }
td.TdClassName
{
border-color: #55188D;
}
.TagClassName
{
border-color: #55188D;
}
</style>