Shades of Indigo #55126E
Tints of Indigo #55126E
RGB
CMYK
RGB Variations
Color information
#55126E (or 0x55126E) is known color: Indigo. HEX triplet: 55, 12 and 6E. RGB value is (85,18,110). Sum of RGB (Red+Green+Blue) = 85+18+110=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #55126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55126E is #AAED91. Grayscale: #303030. Windows color (decimal): -11201938 or 7213653. OLE color: 7213653.
HSL color Cylindrical-coordinate representation of color #55126E: hue angle of 283.7º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55126E is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 18 | 110 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.57 |
| HSL | 283.7º | 0.72% | 0.25% | - |
| HSV(B) | 283.7º | 0.84% | 0.43% | - |
| XYZ | 6.78 | 3.49 | 15.07 | - |
| YUV | 48.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 110 | 0.23 | 0.84 | 0 | 0.57 | 283.7 | 0.72 | 0.25 |
| Hex | 55 | 12 | 6E | 17 | 54 | 0 | 39 | 11C | 48 | 19 |
| Octal | 125 | 22 | 156 | 27 | 124 | 0 | 71 | 434 | 110 | 31 |
| Binary | 1010101 | 10010 | 1101110 | 10111 | 1010100 | 0 | 111001 | 100011100 | 1001000 | 11001 |
Color Harmonies of #55126E
Complementary color
Monochromatic Colors of #55126E
Black with #55126E
Text Example
Text Example
White with #55126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55126E; }
p { color: rgb(85,18,110); }
H1.HeaderClassName
{
color: #55126E;
}
.AnyTagClassName
{
color: #55126E;
}
</style>
background-color css
<style>
a { background-color: #55126E; }
a { background-color: rgb(85,18,110); }
div.DivClassName
{
background-color: #55126E;
}
.BgClassName
{
background-color: #55126E;
}
</style>
border-color css
<style>
span { border-color: #55126E; }
span { border-color: rgb(85,18,110); }
td.TdClassName
{
border-color: #55126E;
}
.TagClassName
{
border-color: #55126E;
}
</style>