Shades of Indigo #55117D
Tints of Indigo #55117D
RGB
CMYK
RGB Variations
Color information
#55117D (or 0x55117D) is known color: Indigo. HEX triplet: 55, 11 and 7D. RGB value is (85,17,125). Sum of RGB (Red+Green+Blue) = 85+17+125=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #55117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55117D is #AAEE82. Grayscale: #313131. Windows color (decimal): -11202179 or 8196437. OLE color: 8196437.
HSL color Cylindrical-coordinate representation of color #55117D: hue angle of 277.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55117D is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 17 | 125 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.51 |
| HSL | 277.78º | 0.76% | 0.28% | - |
| HSV(B) | 277.78º | 0.86% | 0.49% | - |
| XYZ | 7.65 | 3.81 | 19.73 | - |
| YUV | 49.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 125 | 0.32 | 0.86 | 0 | 0.51 | 277.78 | 0.76 | 0.28 |
| Hex | 55 | 11 | 7D | 20 | 56 | 0 | 33 | 116 | 4C | 1C |
| Octal | 125 | 21 | 175 | 40 | 126 | 0 | 63 | 426 | 114 | 34 |
| Binary | 1010101 | 10001 | 1111101 | 100000 | 1010110 | 0 | 110011 | 100010110 | 1001100 | 11100 |
Color Harmonies of #55117D
Complementary color
Monochromatic Colors of #55117D
Black with #55117D
Text Example
Text Example
White with #55117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55117D; }
p { color: rgb(85,17,125); }
H1.HeaderClassName
{
color: #55117D;
}
.AnyTagClassName
{
color: #55117D;
}
</style>
background-color css
<style>
a { background-color: #55117D; }
a { background-color: rgb(85,17,125); }
div.DivClassName
{
background-color: #55117D;
}
.BgClassName
{
background-color: #55117D;
}
</style>
border-color css
<style>
span { border-color: #55117D; }
span { border-color: rgb(85,17,125); }
td.TdClassName
{
border-color: #55117D;
}
.TagClassName
{
border-color: #55117D;
}
</style>