Shades of Indigo #55008D
Tints of Indigo #55008D
RGB
CMYK
RGB Variations
Color information
#55008D (or 0x55008D) is known color: Indigo. HEX triplet: 55, 00 and 8D. RGB value is (85,0,141). Sum of RGB (Red+Green+Blue) = 85+0+141=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #55008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55008D is #AAFF72. Grayscale: #292929. Windows color (decimal): -11206515 or 9240661. OLE color: 9240661.
HSL color Cylindrical-coordinate representation of color #55008D: hue angle of 276.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55008D is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 0 | 141 | - |
| CMYK | 0.40 | 1 | 0 | 0.45 |
| HSL | 276.17º | 1% | 0.28% | - |
| HSV(B) | 276.17º | 1% | 0.55% | - |
| XYZ | 8.55 | 3.85 | 25.49 | - |
| YUV | 41.49 | 184.16 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 141 | 0.40 | 1 | 0 | 0.45 | 276.17 | 1 | 0.28 |
| Hex | 55 | 0 | 8D | 28 | 64 | 0 | 2D | 114 | 64 | 1C |
| Octal | 125 | 0 | 215 | 50 | 144 | 0 | 55 | 424 | 144 | 34 |
| Binary | 1010101 | 0 | 10001101 | 101000 | 1100100 | 0 | 101101 | 100010100 | 1100100 | 11100 |
Color Harmonies of #55008D
Complementary color
Monochromatic Colors of #55008D
Black with #55008D
Text Example
Text Example
White with #55008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55008D; }
p { color: rgb(85,0,141); }
H1.HeaderClassName
{
color: #55008D;
}
.AnyTagClassName
{
color: #55008D;
}
</style>
background-color css
<style>
a { background-color: #55008D; }
a { background-color: rgb(85,0,141); }
div.DivClassName
{
background-color: #55008D;
}
.BgClassName
{
background-color: #55008D;
}
</style>
border-color css
<style>
span { border-color: #55008D; }
span { border-color: rgb(85,0,141); }
td.TdClassName
{
border-color: #55008D;
}
.TagClassName
{
border-color: #55008D;
}
</style>