Shades of Indigo #55018D
Tints of Indigo #55018D
RGB
CMYK
RGB Variations
Color information
#55018D (or 0x55018D) is known color: Indigo. HEX triplet: 55, 01 and 8D. RGB value is (85,1,141). Sum of RGB (Red+Green+Blue) = 85+1+141=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #55018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55018D is #AAFE72. Grayscale: #292929. Windows color (decimal): -11206259 or 9240917. OLE color: 9240917.
HSL color Cylindrical-coordinate representation of color #55018D: hue angle of 276º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55018D is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 1 | 141 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.45 |
| HSL | 276º | 0.99% | 0.28% | - |
| HSV(B) | 276º | 0.99% | 0.55% | - |
| XYZ | 8.56 | 3.88 | 25.5 | - |
| YUV | 42.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 141 | 0.40 | 0.99 | 0 | 0.45 | 276 | 0.99 | 0.28 |
| Hex | 55 | 1 | 8D | 28 | 63 | 0 | 2D | 114 | 63 | 1C |
| Octal | 125 | 1 | 215 | 50 | 143 | 0 | 55 | 424 | 143 | 34 |
| Binary | 1010101 | 1 | 10001101 | 101000 | 1100011 | 0 | 101101 | 100010100 | 1100011 | 11100 |
Color Harmonies of #55018D
Complementary color
Monochromatic Colors of #55018D
Black with #55018D
Text Example
Text Example
White with #55018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55018D; }
p { color: rgb(85,1,141); }
H1.HeaderClassName
{
color: #55018D;
}
.AnyTagClassName
{
color: #55018D;
}
</style>
background-color css
<style>
a { background-color: #55018D; }
a { background-color: rgb(85,1,141); }
div.DivClassName
{
background-color: #55018D;
}
.BgClassName
{
background-color: #55018D;
}
</style>
border-color css
<style>
span { border-color: #55018D; }
span { border-color: rgb(85,1,141); }
td.TdClassName
{
border-color: #55018D;
}
.TagClassName
{
border-color: #55018D;
}
</style>