Shades of Indigo #55077C
Tints of Indigo #55077C
RGB
CMYK
RGB Variations
Color information
#55077C (or 0x55077C) is known color: Indigo. HEX triplet: 55, 07 and 7C. RGB value is (85,7,124). Sum of RGB (Red+Green+Blue) = 85+7+124=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #55077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55077C is #AAF883. Grayscale: #2B2B2B. Windows color (decimal): -11204740 or 8128341. OLE color: 8128341.
HSL color Cylindrical-coordinate representation of color #55077C: hue angle of 280º degrees, saturation: 0.89, 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 #55077C is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 7 | 124 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.51 |
| HSL | 280º | 0.89% | 0.26% | - |
| HSV(B) | 280º | 0.94% | 0.49% | - |
| XYZ | 7.46 | 3.54 | 19.36 | - |
| YUV | 43.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 124 | 0.31 | 0.94 | 0 | 0.51 | 280 | 0.89 | 0.26 |
| Hex | 55 | 7 | 7C | 1F | 5E | 0 | 33 | 118 | 59 | 1A |
| Octal | 125 | 7 | 174 | 37 | 136 | 0 | 63 | 430 | 131 | 32 |
| Binary | 1010101 | 111 | 1111100 | 11111 | 1011110 | 0 | 110011 | 100011000 | 1011001 | 11010 |
Color Harmonies of #55077C
Complementary color
Monochromatic Colors of #55077C
Black with #55077C
Text Example
Text Example
White with #55077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55077C; }
p { color: rgb(85,7,124); }
H1.HeaderClassName
{
color: #55077C;
}
.AnyTagClassName
{
color: #55077C;
}
</style>
background-color css
<style>
a { background-color: #55077C; }
a { background-color: rgb(85,7,124); }
div.DivClassName
{
background-color: #55077C;
}
.BgClassName
{
background-color: #55077C;
}
</style>
border-color css
<style>
span { border-color: #55077C; }
span { border-color: rgb(85,7,124); }
td.TdClassName
{
border-color: #55077C;
}
.TagClassName
{
border-color: #55077C;
}
</style>