Shades of Indigo #55039F
Tints of Indigo #55039F
RGB
CMYK
RGB Variations
Color information
#55039F (or 0x55039F) is known color: Indigo. HEX triplet: 55, 03 and 9F. RGB value is (85,3,159). Sum of RGB (Red+Green+Blue) = 85+3+159=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #55039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55039F is #AAFC60. Grayscale: #2C2C2C. Windows color (decimal): -11205729 or 10421077. OLE color: 10421077.
HSL color Cylindrical-coordinate representation of color #55039F: hue angle of 271.54º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55039F is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 3 | 159 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.38 |
| HSL | 271.54º | 0.96% | 0.32% | - |
| HSV(B) | 271.54º | 0.98% | 0.62% | - |
| XYZ | 10.04 | 4.5 | 33.14 | - |
| YUV | 45.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 159 | 0.47 | 0.98 | 0 | 0.38 | 271.54 | 0.96 | 0.32 |
| Hex | 55 | 3 | 9F | 2F | 62 | 0 | 26 | 110 | 60 | 20 |
| Octal | 125 | 3 | 237 | 57 | 142 | 0 | 46 | 420 | 140 | 40 |
| Binary | 1010101 | 11 | 10011111 | 101111 | 1100010 | 0 | 100110 | 100010000 | 1100000 | 100000 |
Color Harmonies of #55039F
Complementary color
Monochromatic Colors of #55039F
Black with #55039F
Text Example
Text Example
White with #55039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55039F; }
p { color: rgb(85,3,159); }
H1.HeaderClassName
{
color: #55039F;
}
.AnyTagClassName
{
color: #55039F;
}
</style>
background-color css
<style>
a { background-color: #55039F; }
a { background-color: rgb(85,3,159); }
div.DivClassName
{
background-color: #55039F;
}
.BgClassName
{
background-color: #55039F;
}
</style>
border-color css
<style>
span { border-color: #55039F; }
span { border-color: rgb(85,3,159); }
td.TdClassName
{
border-color: #55039F;
}
.TagClassName
{
border-color: #55039F;
}
</style>