Shades of Indigo #55147C
Tints of Indigo #55147C
RGB
CMYK
RGB Variations
Color information
#55147C (or 0x55147C) is known color: Indigo. HEX triplet: 55, 14 and 7C. RGB value is (85,20,124). Sum of RGB (Red+Green+Blue) = 85+20+124=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #55147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55147C is #AAEB83. Grayscale: #323232. Windows color (decimal): -11201412 or 8131669. OLE color: 8131669.
HSL color Cylindrical-coordinate representation of color #55147C: hue angle of 277.5º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55147C is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 20 | 124 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.51 |
| HSL | 277.5º | 0.72% | 0.28% | - |
| HSV(B) | 277.5º | 0.84% | 0.49% | - |
| XYZ | 7.63 | 3.89 | 19.42 | - |
| YUV | 51.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 124 | 0.31 | 0.84 | 0 | 0.51 | 277.5 | 0.72 | 0.28 |
| Hex | 55 | 14 | 7C | 1F | 54 | 0 | 33 | 116 | 48 | 1C |
| Octal | 125 | 24 | 174 | 37 | 124 | 0 | 63 | 426 | 110 | 34 |
| Binary | 1010101 | 10100 | 1111100 | 11111 | 1010100 | 0 | 110011 | 100010110 | 1001000 | 11100 |
Color Harmonies of #55147C
Complementary color
Monochromatic Colors of #55147C
Black with #55147C
Text Example
Text Example
White with #55147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55147C; }
p { color: rgb(85,20,124); }
H1.HeaderClassName
{
color: #55147C;
}
.AnyTagClassName
{
color: #55147C;
}
</style>
background-color css
<style>
a { background-color: #55147C; }
a { background-color: rgb(85,20,124); }
div.DivClassName
{
background-color: #55147C;
}
.BgClassName
{
background-color: #55147C;
}
</style>
border-color css
<style>
span { border-color: #55147C; }
span { border-color: rgb(85,20,124); }
td.TdClassName
{
border-color: #55147C;
}
.TagClassName
{
border-color: #55147C;
}
</style>