Shades of Indigo #55037F
Tints of Indigo #55037F
RGB
CMYK
RGB Variations
Color information
#55037F (or 0x55037F) is known color: Indigo. HEX triplet: 55, 03 and 7F. RGB value is (85,3,127). Sum of RGB (Red+Green+Blue) = 85+3+127=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #55037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55037F is #AAFC80. Grayscale: #292929. Windows color (decimal): -11205761 or 8323925. OLE color: 8323925.
HSL color Cylindrical-coordinate representation of color #55037F: hue angle of 279.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55037F is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 3 | 127 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.50 |
| HSL | 279.68º | 0.95% | 0.25% | - |
| HSV(B) | 279.68º | 0.98% | 0.5% | - |
| XYZ | 7.61 | 3.53 | 20.36 | - |
| YUV | 41.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 127 | 0.33 | 0.98 | 0 | 0.50 | 279.68 | 0.95 | 0.25 |
| Hex | 55 | 3 | 7F | 21 | 62 | 0 | 32 | 118 | 5F | 19 |
| Octal | 125 | 3 | 177 | 41 | 142 | 0 | 62 | 430 | 137 | 31 |
| Binary | 1010101 | 11 | 1111111 | 100001 | 1100010 | 0 | 110010 | 100011000 | 1011111 | 11001 |
Color Harmonies of #55037F
Complementary color
Monochromatic Colors of #55037F
Black with #55037F
Text Example
Text Example
White with #55037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55037F; }
p { color: rgb(85,3,127); }
H1.HeaderClassName
{
color: #55037F;
}
.AnyTagClassName
{
color: #55037F;
}
</style>
background-color css
<style>
a { background-color: #55037F; }
a { background-color: rgb(85,3,127); }
div.DivClassName
{
background-color: #55037F;
}
.BgClassName
{
background-color: #55037F;
}
</style>
border-color css
<style>
span { border-color: #55037F; }
span { border-color: rgb(85,3,127); }
td.TdClassName
{
border-color: #55037F;
}
.TagClassName
{
border-color: #55037F;
}
</style>