Shades of Indigo #55087C
Tints of Indigo #55087C
RGB
CMYK
RGB Variations
Color information
#55087C (or 0x55087C) is known color: Indigo. HEX triplet: 55, 08 and 7C. RGB value is (85,8,124). Sum of RGB (Red+Green+Blue) = 85+8+124=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #55087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55087C is #AAF783. Grayscale: #2B2B2B. Windows color (decimal): -11204484 or 8128597. OLE color: 8128597.
HSL color Cylindrical-coordinate representation of color #55087C: hue angle of 279.83º 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 #55087C is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 8 | 124 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.51 |
| HSL | 279.83º | 0.88% | 0.26% | - |
| HSV(B) | 279.83º | 0.94% | 0.49% | - |
| XYZ | 7.47 | 3.56 | 19.36 | - |
| YUV | 44.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 124 | 0.31 | 0.94 | 0 | 0.51 | 279.83 | 0.88 | 0.26 |
| Hex | 55 | 8 | 7C | 1F | 5E | 0 | 33 | 118 | 58 | 1A |
| Octal | 125 | 10 | 174 | 37 | 136 | 0 | 63 | 430 | 130 | 32 |
| Binary | 1010101 | 1000 | 1111100 | 11111 | 1011110 | 0 | 110011 | 100011000 | 1011000 | 11010 |
Color Harmonies of #55087C
Complementary color
Monochromatic Colors of #55087C
Black with #55087C
Text Example
Text Example
White with #55087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55087C; }
p { color: rgb(85,8,124); }
H1.HeaderClassName
{
color: #55087C;
}
.AnyTagClassName
{
color: #55087C;
}
</style>
background-color css
<style>
a { background-color: #55087C; }
a { background-color: rgb(85,8,124); }
div.DivClassName
{
background-color: #55087C;
}
.BgClassName
{
background-color: #55087C;
}
</style>
border-color css
<style>
span { border-color: #55087C; }
span { border-color: rgb(85,8,124); }
td.TdClassName
{
border-color: #55087C;
}
.TagClassName
{
border-color: #55087C;
}
</style>