Shades of Indigo #55156D
Tints of Indigo #55156D
RGB
CMYK
RGB Variations
Color information
#55156D (or 0x55156D) is known color: Indigo. HEX triplet: 55, 15 and 6D. RGB value is (85,21,109). Sum of RGB (Red+Green+Blue) = 85+21+109=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #55156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55156D is #AAEA92. Grayscale: #313131. Windows color (decimal): -11201171 or 7148885. OLE color: 7148885.
HSL color Cylindrical-coordinate representation of color #55156D: hue angle of 283.64º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55156D is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 21 | 109 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.57 |
| HSL | 283.64º | 0.68% | 0.25% | - |
| HSV(B) | 283.64º | 0.81% | 0.43% | - |
| XYZ | 6.77 | 3.57 | 14.8 | - |
| YUV | 50.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 109 | 0.22 | 0.81 | 0 | 0.57 | 283.64 | 0.68 | 0.25 |
| Hex | 55 | 15 | 6D | 16 | 51 | 0 | 39 | 11C | 44 | 19 |
| Octal | 125 | 25 | 155 | 26 | 121 | 0 | 71 | 434 | 104 | 31 |
| Binary | 1010101 | 10101 | 1101101 | 10110 | 1010001 | 0 | 111001 | 100011100 | 1000100 | 11001 |
Color Harmonies of #55156D
Complementary color
Monochromatic Colors of #55156D
Black with #55156D
Text Example
Text Example
White with #55156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55156D; }
p { color: rgb(85,21,109); }
H1.HeaderClassName
{
color: #55156D;
}
.AnyTagClassName
{
color: #55156D;
}
</style>
background-color css
<style>
a { background-color: #55156D; }
a { background-color: rgb(85,21,109); }
div.DivClassName
{
background-color: #55156D;
}
.BgClassName
{
background-color: #55156D;
}
</style>
border-color css
<style>
span { border-color: #55156D; }
span { border-color: rgb(85,21,109); }
td.TdClassName
{
border-color: #55156D;
}
.TagClassName
{
border-color: #55156D;
}
</style>