Shades of Indigo #55057F
Tints of Indigo #55057F
RGB
CMYK
RGB Variations
Color information
#55057F (or 0x55057F) is known color: Indigo. HEX triplet: 55, 05 and 7F. RGB value is (85,5,127). Sum of RGB (Red+Green+Blue) = 85+5+127=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #55057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55057F is #AAFA80. Grayscale: #2A2A2A. Windows color (decimal): -11205249 or 8324437. OLE color: 8324437.
HSL color Cylindrical-coordinate representation of color #55057F: hue angle of 279.34º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55057F is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 5 | 127 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.50 |
| HSL | 279.34º | 0.92% | 0.26% | - |
| HSV(B) | 279.34º | 0.96% | 0.5% | - |
| XYZ | 7.63 | 3.57 | 20.37 | - |
| YUV | 42.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 127 | 0.33 | 0.96 | 0 | 0.50 | 279.34 | 0.92 | 0.26 |
| Hex | 55 | 5 | 7F | 21 | 60 | 0 | 32 | 117 | 5C | 1A |
| Octal | 125 | 5 | 177 | 41 | 140 | 0 | 62 | 427 | 134 | 32 |
| Binary | 1010101 | 101 | 1111111 | 100001 | 1100000 | 0 | 110010 | 100010111 | 1011100 | 11010 |
Color Harmonies of #55057F
Complementary color
Monochromatic Colors of #55057F
Black with #55057F
Text Example
Text Example
White with #55057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55057F; }
p { color: rgb(85,5,127); }
H1.HeaderClassName
{
color: #55057F;
}
.AnyTagClassName
{
color: #55057F;
}
</style>
background-color css
<style>
a { background-color: #55057F; }
a { background-color: rgb(85,5,127); }
div.DivClassName
{
background-color: #55057F;
}
.BgClassName
{
background-color: #55057F;
}
</style>
border-color css
<style>
span { border-color: #55057F; }
span { border-color: rgb(85,5,127); }
td.TdClassName
{
border-color: #55057F;
}
.TagClassName
{
border-color: #55057F;
}
</style>