Shades of Indigo #55089C
Tints of Indigo #55089C
RGB
CMYK
RGB Variations
Color information
#55089C (or 0x55089C) is known color: Indigo. HEX triplet: 55, 08 and 9C. RGB value is (85,8,156). Sum of RGB (Red+Green+Blue) = 85+8+156=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #55089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55089C is #AAF763. Grayscale: #2F2F2F. Windows color (decimal): -11204452 or 10225749. OLE color: 10225749.
HSL color Cylindrical-coordinate representation of color #55089C: hue angle of 271.22º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55089C is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 8 | 156 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.39 |
| HSL | 271.22º | 0.9% | 0.32% | - |
| HSV(B) | 271.22º | 0.95% | 0.61% | - |
| XYZ | 9.83 | 4.51 | 31.8 | - |
| YUV | 47.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 156 | 0.46 | 0.95 | 0 | 0.39 | 271.22 | 0.9 | 0.32 |
| Hex | 55 | 8 | 9C | 2E | 5F | 0 | 27 | 10F | 5A | 20 |
| Octal | 125 | 10 | 234 | 56 | 137 | 0 | 47 | 417 | 132 | 40 |
| Binary | 1010101 | 1000 | 10011100 | 101110 | 1011111 | 0 | 100111 | 100001111 | 1011010 | 100000 |
Color Harmonies of #55089C
Complementary color
Monochromatic Colors of #55089C
Black with #55089C
Text Example
Text Example
White with #55089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55089C; }
p { color: rgb(85,8,156); }
H1.HeaderClassName
{
color: #55089C;
}
.AnyTagClassName
{
color: #55089C;
}
</style>
background-color css
<style>
a { background-color: #55089C; }
a { background-color: rgb(85,8,156); }
div.DivClassName
{
background-color: #55089C;
}
.BgClassName
{
background-color: #55089C;
}
</style>
border-color css
<style>
span { border-color: #55089C; }
span { border-color: rgb(85,8,156); }
td.TdClassName
{
border-color: #55089C;
}
.TagClassName
{
border-color: #55089C;
}
</style>