Shades of Indigo #551499
Tints of Indigo #551499
RGB
CMYK
RGB Variations
Color information
#551499 (or 0x551499) is known color: Indigo. HEX triplet: 55, 14 and 99. RGB value is (85,20,153). Sum of RGB (Red+Green+Blue) = 85+20+153=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #551499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551499 is #AAEB66. Grayscale: #363636. Windows color (decimal): -11201383 or 10032213. OLE color: 10032213.
HSL color Cylindrical-coordinate representation of color #551499: hue angle of 269.32º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551499 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 20 | 153 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.4 |
| HSL | 269.32º | 0.77% | 0.34% | - |
| HSV(B) | 269.32º | 0.87% | 0.6% | - |
| XYZ | 9.75 | 4.73 | 30.54 | - |
| YUV | 54.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 153 | 0.44 | 0.87 | 0 | 0.4 | 269.32 | 0.77 | 0.34 |
| Hex | 55 | 14 | 99 | 2C | 57 | 0 | 28 | 10D | 4D | 22 |
| Octal | 125 | 24 | 231 | 54 | 127 | 0 | 50 | 415 | 115 | 42 |
| Binary | 1010101 | 10100 | 10011001 | 101100 | 1010111 | 0 | 101000 | 100001101 | 1001101 | 100010 |
Color Harmonies of #551499
Complementary color
Monochromatic Colors of #551499
Black with #551499
Text Example
Text Example
White with #551499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551499; }
p { color: rgb(85,20,153); }
H1.HeaderClassName
{
color: #551499;
}
.AnyTagClassName
{
color: #551499;
}
</style>
background-color css
<style>
a { background-color: #551499; }
a { background-color: rgb(85,20,153); }
div.DivClassName
{
background-color: #551499;
}
.BgClassName
{
background-color: #551499;
}
</style>
border-color css
<style>
span { border-color: #551499; }
span { border-color: rgb(85,20,153); }
td.TdClassName
{
border-color: #551499;
}
.TagClassName
{
border-color: #551499;
}
</style>