Shades of Indigo #551197
Tints of Indigo #551197
RGB
CMYK
RGB Variations
Color information
#551197 (or 0x551197) is known color: Indigo. HEX triplet: 55, 11 and 97. RGB value is (85,17,151). Sum of RGB (Red+Green+Blue) = 85+17+151=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #551197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551197 is #AAEE68. Grayscale: #343434. Windows color (decimal): -11202153 or 9900373. OLE color: 9900373.
HSL color Cylindrical-coordinate representation of color #551197: hue angle of 270.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551197 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 17 | 151 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.41 |
| HSL | 270.45º | 0.8% | 0.33% | - |
| HSV(B) | 270.45º | 0.89% | 0.59% | - |
| XYZ | 9.53 | 4.57 | 29.66 | - |
| YUV | 52.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 151 | 0.44 | 0.89 | 0 | 0.41 | 270.45 | 0.8 | 0.33 |
| Hex | 55 | 11 | 97 | 2C | 59 | 0 | 29 | 10E | 50 | 21 |
| Octal | 125 | 21 | 227 | 54 | 131 | 0 | 51 | 416 | 120 | 41 |
| Binary | 1010101 | 10001 | 10010111 | 101100 | 1011001 | 0 | 101001 | 100001110 | 1010000 | 100001 |
Color Harmonies of #551197
Complementary color
Monochromatic Colors of #551197
Black with #551197
Text Example
Text Example
White with #551197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551197; }
p { color: rgb(85,17,151); }
H1.HeaderClassName
{
color: #551197;
}
.AnyTagClassName
{
color: #551197;
}
</style>
background-color css
<style>
a { background-color: #551197; }
a { background-color: rgb(85,17,151); }
div.DivClassName
{
background-color: #551197;
}
.BgClassName
{
background-color: #551197;
}
</style>
border-color css
<style>
span { border-color: #551197; }
span { border-color: rgb(85,17,151); }
td.TdClassName
{
border-color: #551197;
}
.TagClassName
{
border-color: #551197;
}
</style>