Shades of Indigo #55037C
Tints of Indigo #55037C
RGB
CMYK
RGB Variations
Color information
#55037C (or 0x55037C) is known color: Indigo. HEX triplet: 55, 03 and 7C. RGB value is (85,3,124). Sum of RGB (Red+Green+Blue) = 85+3+124=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #55037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55037C is #AAFC83. Grayscale: #282828. Windows color (decimal): -11205764 or 8127317. OLE color: 8127317.
HSL color Cylindrical-coordinate representation of color #55037C: hue angle of 280.66º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55037C is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 3 | 124 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.51 |
| HSL | 280.66º | 0.95% | 0.25% | - |
| HSV(B) | 280.66º | 0.98% | 0.49% | - |
| XYZ | 7.42 | 3.45 | 19.34 | - |
| YUV | 41.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 124 | 0.31 | 0.98 | 0 | 0.51 | 280.66 | 0.95 | 0.25 |
| Hex | 55 | 3 | 7C | 1F | 62 | 0 | 33 | 119 | 5F | 19 |
| Octal | 125 | 3 | 174 | 37 | 142 | 0 | 63 | 431 | 137 | 31 |
| Binary | 1010101 | 11 | 1111100 | 11111 | 1100010 | 0 | 110011 | 100011001 | 1011111 | 11001 |
Color Harmonies of #55037C
Complementary color
Monochromatic Colors of #55037C
Black with #55037C
Text Example
Text Example
White with #55037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55037C; }
p { color: rgb(85,3,124); }
H1.HeaderClassName
{
color: #55037C;
}
.AnyTagClassName
{
color: #55037C;
}
</style>
background-color css
<style>
a { background-color: #55037C; }
a { background-color: rgb(85,3,124); }
div.DivClassName
{
background-color: #55037C;
}
.BgClassName
{
background-color: #55037C;
}
</style>
border-color css
<style>
span { border-color: #55037C; }
span { border-color: rgb(85,3,124); }
td.TdClassName
{
border-color: #55037C;
}
.TagClassName
{
border-color: #55037C;
}
</style>