Shades of Indigo #551190
Tints of Indigo #551190
RGB
CMYK
RGB Variations
Color information
#551190 (or 0x551190) is known color: Indigo. HEX triplet: 55, 11 and 90. RGB value is (85,17,144). Sum of RGB (Red+Green+Blue) = 85+17+144=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #551190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551190 is #AAEE6F. Grayscale: #333333. Windows color (decimal): -11202160 or 9441621. OLE color: 9441621.
HSL color Cylindrical-coordinate representation of color #551190: hue angle of 272.13º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551190 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 17 | 144 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.44 |
| HSL | 272.13º | 0.79% | 0.32% | - |
| HSV(B) | 272.13º | 0.88% | 0.56% | - |
| XYZ | 8.98 | 4.35 | 26.75 | - |
| YUV | 51.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 144 | 0.41 | 0.88 | 0 | 0.44 | 272.13 | 0.79 | 0.32 |
| Hex | 55 | 11 | 90 | 29 | 58 | 0 | 2C | 110 | 4F | 20 |
| Octal | 125 | 21 | 220 | 51 | 130 | 0 | 54 | 420 | 117 | 40 |
| Binary | 1010101 | 10001 | 10010000 | 101001 | 1011000 | 0 | 101100 | 100010000 | 1001111 | 100000 |
Color Harmonies of #551190
Complementary color
Monochromatic Colors of #551190
Black with #551190
Text Example
Text Example
White with #551190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551190; }
p { color: rgb(85,17,144); }
H1.HeaderClassName
{
color: #551190;
}
.AnyTagClassName
{
color: #551190;
}
</style>
background-color css
<style>
a { background-color: #551190; }
a { background-color: rgb(85,17,144); }
div.DivClassName
{
background-color: #551190;
}
.BgClassName
{
background-color: #551190;
}
</style>
border-color css
<style>
span { border-color: #551190; }
span { border-color: rgb(85,17,144); }
td.TdClassName
{
border-color: #551190;
}
.TagClassName
{
border-color: #551190;
}
</style>