Shades of Indigo #55156E
Tints of Indigo #55156E
RGB
CMYK
RGB Variations
Color information
#55156E (or 0x55156E) is known color: Indigo. HEX triplet: 55, 15 and 6E. RGB value is (85,21,110). Sum of RGB (Red+Green+Blue) = 85+21+110=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #55156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55156E is #AAEA91. Grayscale: #313131. Windows color (decimal): -11201170 or 7214421. OLE color: 7214421.
HSL color Cylindrical-coordinate representation of color #55156E: hue angle of 283.15º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55156E is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 21 | 110 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.57 |
| HSL | 283.15º | 0.68% | 0.26% | - |
| HSV(B) | 283.15º | 0.81% | 0.43% | - |
| XYZ | 6.83 | 3.59 | 15.09 | - |
| YUV | 50.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 110 | 0.23 | 0.81 | 0 | 0.57 | 283.15 | 0.68 | 0.26 |
| Hex | 55 | 15 | 6E | 17 | 51 | 0 | 39 | 11B | 44 | 1A |
| Octal | 125 | 25 | 156 | 27 | 121 | 0 | 71 | 433 | 104 | 32 |
| Binary | 1010101 | 10101 | 1101110 | 10111 | 1010001 | 0 | 111001 | 100011011 | 1000100 | 11010 |
Color Harmonies of #55156E
Complementary color
Monochromatic Colors of #55156E
Black with #55156E
Text Example
Text Example
White with #55156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55156E; }
p { color: rgb(85,21,110); }
H1.HeaderClassName
{
color: #55156E;
}
.AnyTagClassName
{
color: #55156E;
}
</style>
background-color css
<style>
a { background-color: #55156E; }
a { background-color: rgb(85,21,110); }
div.DivClassName
{
background-color: #55156E;
}
.BgClassName
{
background-color: #55156E;
}
</style>
border-color css
<style>
span { border-color: #55156E; }
span { border-color: rgb(85,21,110); }
td.TdClassName
{
border-color: #55156E;
}
.TagClassName
{
border-color: #55156E;
}
</style>