Shades of Indigo #55137D
Tints of Indigo #55137D
RGB
CMYK
RGB Variations
Color information
#55137D (or 0x55137D) is known color: Indigo. HEX triplet: 55, 13 and 7D. RGB value is (85,19,125). Sum of RGB (Red+Green+Blue) = 85+19+125=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #55137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55137D is #AAEC82. Grayscale: #323232. Windows color (decimal): -11201667 or 8196949. OLE color: 8196949.
HSL color Cylindrical-coordinate representation of color #55137D: hue angle of 277.36º degrees, saturation: 0.74, 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 #55137D is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 19 | 125 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.51 |
| HSL | 277.36º | 0.74% | 0.28% | - |
| HSV(B) | 277.36º | 0.85% | 0.49% | - |
| XYZ | 7.68 | 3.88 | 19.75 | - |
| YUV | 50.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 125 | 0.32 | 0.85 | 0 | 0.51 | 277.36 | 0.74 | 0.28 |
| Hex | 55 | 13 | 7D | 20 | 55 | 0 | 33 | 115 | 4A | 1C |
| Octal | 125 | 23 | 175 | 40 | 125 | 0 | 63 | 425 | 112 | 34 |
| Binary | 1010101 | 10011 | 1111101 | 100000 | 1010101 | 0 | 110011 | 100010101 | 1001010 | 11100 |
Color Harmonies of #55137D
Complementary color
Monochromatic Colors of #55137D
Black with #55137D
Text Example
Text Example
White with #55137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55137D; }
p { color: rgb(85,19,125); }
H1.HeaderClassName
{
color: #55137D;
}
.AnyTagClassName
{
color: #55137D;
}
</style>
background-color css
<style>
a { background-color: #55137D; }
a { background-color: rgb(85,19,125); }
div.DivClassName
{
background-color: #55137D;
}
.BgClassName
{
background-color: #55137D;
}
</style>
border-color css
<style>
span { border-color: #55137D; }
span { border-color: rgb(85,19,125); }
td.TdClassName
{
border-color: #55137D;
}
.TagClassName
{
border-color: #55137D;
}
</style>