Shades of Indigo #551090
Tints of Indigo #551090
RGB
CMYK
RGB Variations
Color information
#551090 (or 0x551090) is known color: Indigo. HEX triplet: 55, 10 and 90. RGB value is (85,16,144). Sum of RGB (Red+Green+Blue) = 85+16+144=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #551090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551090 is #AAEF6F. Grayscale: #323232. Windows color (decimal): -11202416 or 9441365. OLE color: 9441365.
HSL color Cylindrical-coordinate representation of color #551090: hue angle of 272.34º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551090 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 16 | 144 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.44 |
| HSL | 272.34º | 0.8% | 0.31% | - |
| HSV(B) | 272.34º | 0.89% | 0.56% | - |
| XYZ | 8.97 | 4.32 | 26.75 | - |
| YUV | 51.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 144 | 0.41 | 0.89 | 0 | 0.44 | 272.34 | 0.8 | 0.31 |
| Hex | 55 | 10 | 90 | 29 | 59 | 0 | 2C | 110 | 50 | 1F |
| Octal | 125 | 20 | 220 | 51 | 131 | 0 | 54 | 420 | 120 | 37 |
| Binary | 1010101 | 10000 | 10010000 | 101001 | 1011001 | 0 | 101100 | 100010000 | 1010000 | 11111 |
Color Harmonies of #551090
Complementary color
Monochromatic Colors of #551090
Black with #551090
Text Example
Text Example
White with #551090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551090; }
p { color: rgb(85,16,144); }
H1.HeaderClassName
{
color: #551090;
}
.AnyTagClassName
{
color: #551090;
}
</style>
background-color css
<style>
a { background-color: #551090; }
a { background-color: rgb(85,16,144); }
div.DivClassName
{
background-color: #551090;
}
.BgClassName
{
background-color: #551090;
}
</style>
border-color css
<style>
span { border-color: #551090; }
span { border-color: rgb(85,16,144); }
td.TdClassName
{
border-color: #551090;
}
.TagClassName
{
border-color: #551090;
}
</style>