Shades of Indigo #55089F
Tints of Indigo #55089F
RGB
CMYK
RGB Variations
Color information
#55089F (or 0x55089F) is known color: Indigo. HEX triplet: 55, 08 and 9F. RGB value is (85,8,159). Sum of RGB (Red+Green+Blue) = 85+8+159=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #55089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55089F is #AAF760. Grayscale: #2F2F2F. Windows color (decimal): -11204449 or 10422357. OLE color: 10422357.
HSL color Cylindrical-coordinate representation of color #55089F: hue angle of 270.6º 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 #55089F is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 8 | 159 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.38 |
| HSL | 270.6º | 0.9% | 0.33% | - |
| HSV(B) | 270.6º | 0.95% | 0.62% | - |
| XYZ | 10.09 | 4.61 | 33.16 | - |
| YUV | 48.24 | 190.51 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 159 | 0.47 | 0.95 | 0 | 0.38 | 270.6 | 0.9 | 0.33 |
| Hex | 55 | 8 | 9F | 2F | 5F | 0 | 26 | 10F | 5A | 21 |
| Octal | 125 | 10 | 237 | 57 | 137 | 0 | 46 | 417 | 132 | 41 |
| Binary | 1010101 | 1000 | 10011111 | 101111 | 1011111 | 0 | 100110 | 100001111 | 1011010 | 100001 |
Color Harmonies of #55089F
Complementary color
Monochromatic Colors of #55089F
Black with #55089F
Text Example
Text Example
White with #55089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55089F; }
p { color: rgb(85,8,159); }
H1.HeaderClassName
{
color: #55089F;
}
.AnyTagClassName
{
color: #55089F;
}
</style>
background-color css
<style>
a { background-color: #55089F; }
a { background-color: rgb(85,8,159); }
div.DivClassName
{
background-color: #55089F;
}
.BgClassName
{
background-color: #55089F;
}
</style>
border-color css
<style>
span { border-color: #55089F; }
span { border-color: rgb(85,8,159); }
td.TdClassName
{
border-color: #55089F;
}
.TagClassName
{
border-color: #55089F;
}
</style>