Shades of Indigo #55089D
Tints of Indigo #55089D
RGB
CMYK
RGB Variations
Color information
#55089D (or 0x55089D) is known color: Indigo. HEX triplet: 55, 08 and 9D. RGB value is (85,8,157). Sum of RGB (Red+Green+Blue) = 85+8+157=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #55089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55089D is #AAF762. Grayscale: #2F2F2F. Windows color (decimal): -11204451 or 10291285. OLE color: 10291285.
HSL color Cylindrical-coordinate representation of color #55089D: hue angle of 271.01º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55089D is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 8 | 157 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.38 |
| HSL | 271.01º | 0.9% | 0.32% | - |
| HSV(B) | 271.01º | 0.95% | 0.62% | - |
| XYZ | 9.92 | 4.54 | 32.25 | - |
| YUV | 48.01 | 189.51 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 157 | 0.46 | 0.95 | 0 | 0.38 | 271.01 | 0.9 | 0.32 |
| Hex | 55 | 8 | 9D | 2E | 5F | 0 | 26 | 10F | 5A | 20 |
| Octal | 125 | 10 | 235 | 56 | 137 | 0 | 46 | 417 | 132 | 40 |
| Binary | 1010101 | 1000 | 10011101 | 101110 | 1011111 | 0 | 100110 | 100001111 | 1011010 | 100000 |
Color Harmonies of #55089D
Complementary color
Monochromatic Colors of #55089D
Black with #55089D
Text Example
Text Example
White with #55089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55089D; }
p { color: rgb(85,8,157); }
H1.HeaderClassName
{
color: #55089D;
}
.AnyTagClassName
{
color: #55089D;
}
</style>
background-color css
<style>
a { background-color: #55089D; }
a { background-color: rgb(85,8,157); }
div.DivClassName
{
background-color: #55089D;
}
.BgClassName
{
background-color: #55089D;
}
</style>
border-color css
<style>
span { border-color: #55089D; }
span { border-color: rgb(85,8,157); }
td.TdClassName
{
border-color: #55089D;
}
.TagClassName
{
border-color: #55089D;
}
</style>