Shades of Indigo #55087E
Tints of Indigo #55087E
RGB
CMYK
RGB Variations
Color information
#55087E (or 0x55087E) is known color: Indigo. HEX triplet: 55, 08 and 7E. RGB value is (85,8,126). Sum of RGB (Red+Green+Blue) = 85+8+126=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #55087E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55087E is #AAF781. Grayscale: #2C2C2C. Windows color (decimal): -11204482 or 8259669. OLE color: 8259669.
HSL color Cylindrical-coordinate representation of color #55087E: hue angle of 279.15º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55087E is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 8 | 126 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.51 |
| HSL | 279.15º | 0.88% | 0.26% | - |
| HSV(B) | 279.15º | 0.94% | 0.49% | - |
| XYZ | 7.6 | 3.61 | 20.04 | - |
| YUV | 44.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 126 | 0.33 | 0.94 | 0 | 0.51 | 279.15 | 0.88 | 0.26 |
| Hex | 55 | 8 | 7E | 21 | 5E | 0 | 33 | 117 | 58 | 1A |
| Octal | 125 | 10 | 176 | 41 | 136 | 0 | 63 | 427 | 130 | 32 |
| Binary | 1010101 | 1000 | 1111110 | 100001 | 1011110 | 0 | 110011 | 100010111 | 1011000 | 11010 |
Color Harmonies of #55087E
Complementary color
Monochromatic Colors of #55087E
Black with #55087E
Text Example
Text Example
White with #55087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55087E; }
p { color: rgb(85,8,126); }
H1.HeaderClassName
{
color: #55087E;
}
.AnyTagClassName
{
color: #55087E;
}
</style>
background-color css
<style>
a { background-color: #55087E; }
a { background-color: rgb(85,8,126); }
div.DivClassName
{
background-color: #55087E;
}
.BgClassName
{
background-color: #55087E;
}
</style>
border-color css
<style>
span { border-color: #55087E; }
span { border-color: rgb(85,8,126); }
td.TdClassName
{
border-color: #55087E;
}
.TagClassName
{
border-color: #55087E;
}
</style>