Shades of Indigo #55089E
Tints of Indigo #55089E
RGB
CMYK
RGB Variations
Color information
#55089E (or 0x55089E) is known color: Indigo. HEX triplet: 55, 08 and 9E. RGB value is (85,8,158). Sum of RGB (Red+Green+Blue) = 85+8+158=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #55089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55089E is #AAF761. Grayscale: #2F2F2F. Windows color (decimal): -11204450 or 10356821. OLE color: 10356821.
HSL color Cylindrical-coordinate representation of color #55089E: hue angle of 270.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55089E is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 8 | 158 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.38 |
| HSL | 270.8º | 0.9% | 0.33% | - |
| HSV(B) | 270.8º | 0.95% | 0.62% | - |
| XYZ | 10 | 4.57 | 32.7 | - |
| YUV | 48.12 | 190.01 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 158 | 0.46 | 0.95 | 0 | 0.38 | 270.8 | 0.9 | 0.33 |
| Hex | 55 | 8 | 9E | 2E | 5F | 0 | 26 | 10F | 5A | 21 |
| Octal | 125 | 10 | 236 | 56 | 137 | 0 | 46 | 417 | 132 | 41 |
| Binary | 1010101 | 1000 | 10011110 | 101110 | 1011111 | 0 | 100110 | 100001111 | 1011010 | 100001 |
Color Harmonies of #55089E
Complementary color
Monochromatic Colors of #55089E
Black with #55089E
Text Example
Text Example
White with #55089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55089E; }
p { color: rgb(85,8,158); }
H1.HeaderClassName
{
color: #55089E;
}
.AnyTagClassName
{
color: #55089E;
}
</style>
background-color css
<style>
a { background-color: #55089E; }
a { background-color: rgb(85,8,158); }
div.DivClassName
{
background-color: #55089E;
}
.BgClassName
{
background-color: #55089E;
}
</style>
border-color css
<style>
span { border-color: #55089E; }
span { border-color: rgb(85,8,158); }
td.TdClassName
{
border-color: #55089E;
}
.TagClassName
{
border-color: #55089E;
}
</style>