Shades of Indigo #55098D
Tints of Indigo #55098D
RGB
CMYK
RGB Variations
Color information
#55098D (or 0x55098D) is known color: Indigo. HEX triplet: 55, 09 and 8D. RGB value is (85,9,141). Sum of RGB (Red+Green+Blue) = 85+9+141=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #55098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55098D is #AAF672. Grayscale: #2E2E2E. Windows color (decimal): -11204211 or 9242965. OLE color: 9242965.
HSL color Cylindrical-coordinate representation of color #55098D: hue angle of 274.55º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55098D is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 9 | 141 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.45 |
| HSL | 274.55º | 0.88% | 0.29% | - |
| HSV(B) | 274.55º | 0.94% | 0.55% | - |
| XYZ | 8.65 | 4.05 | 25.52 | - |
| YUV | 46.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 141 | 0.40 | 0.94 | 0 | 0.45 | 274.55 | 0.88 | 0.29 |
| Hex | 55 | 9 | 8D | 28 | 5E | 0 | 2D | 113 | 58 | 1D |
| Octal | 125 | 11 | 215 | 50 | 136 | 0 | 55 | 423 | 130 | 35 |
| Binary | 1010101 | 1001 | 10001101 | 101000 | 1011110 | 0 | 101101 | 100010011 | 1011000 | 11101 |
Color Harmonies of #55098D
Complementary color
Monochromatic Colors of #55098D
Black with #55098D
Text Example
Text Example
White with #55098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55098D; }
p { color: rgb(85,9,141); }
H1.HeaderClassName
{
color: #55098D;
}
.AnyTagClassName
{
color: #55098D;
}
</style>
background-color css
<style>
a { background-color: #55098D; }
a { background-color: rgb(85,9,141); }
div.DivClassName
{
background-color: #55098D;
}
.BgClassName
{
background-color: #55098D;
}
</style>
border-color css
<style>
span { border-color: #55098D; }
span { border-color: rgb(85,9,141); }
td.TdClassName
{
border-color: #55098D;
}
.TagClassName
{
border-color: #55098D;
}
</style>