Shades of Indigo #55137C
Tints of Indigo #55137C
RGB
CMYK
RGB Variations
Color information
#55137C (or 0x55137C) is known color: Indigo. HEX triplet: 55, 13 and 7C. RGB value is (85,19,124). Sum of RGB (Red+Green+Blue) = 85+19+124=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #55137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55137C is #AAEC83. Grayscale: #323232. Windows color (decimal): -11201668 or 8131413. OLE color: 8131413.
HSL color Cylindrical-coordinate representation of color #55137C: hue angle of 277.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55137C is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 19 | 124 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.51 |
| HSL | 277.71º | 0.73% | 0.28% | - |
| HSV(B) | 277.71º | 0.85% | 0.49% | - |
| XYZ | 7.62 | 3.85 | 19.41 | - |
| YUV | 50.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 124 | 0.31 | 0.85 | 0 | 0.51 | 277.71 | 0.73 | 0.28 |
| Hex | 55 | 13 | 7C | 1F | 55 | 0 | 33 | 116 | 49 | 1C |
| Octal | 125 | 23 | 174 | 37 | 125 | 0 | 63 | 426 | 111 | 34 |
| Binary | 1010101 | 10011 | 1111100 | 11111 | 1010101 | 0 | 110011 | 100010110 | 1001001 | 11100 |
Color Harmonies of #55137C
Complementary color
Monochromatic Colors of #55137C
Black with #55137C
Text Example
Text Example
White with #55137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55137C; }
p { color: rgb(85,19,124); }
H1.HeaderClassName
{
color: #55137C;
}
.AnyTagClassName
{
color: #55137C;
}
</style>
background-color css
<style>
a { background-color: #55137C; }
a { background-color: rgb(85,19,124); }
div.DivClassName
{
background-color: #55137C;
}
.BgClassName
{
background-color: #55137C;
}
</style>
border-color css
<style>
span { border-color: #55137C; }
span { border-color: rgb(85,19,124); }
td.TdClassName
{
border-color: #55137C;
}
.TagClassName
{
border-color: #55137C;
}
</style>