Shades of Indigo #550290
Tints of Indigo #550290
RGB
CMYK
RGB Variations
Color information
#550290 (or 0x550290) is known color: Indigo. HEX triplet: 55, 02 and 90. RGB value is (85,2,144). Sum of RGB (Red+Green+Blue) = 85+2+144=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #550290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550290 is #AAFD6F. Grayscale: #2A2A2A. Windows color (decimal): -11206000 or 9437781. OLE color: 9437781.
HSL color Cylindrical-coordinate representation of color #550290: hue angle of 275.07º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550290 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 2 | 144 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.44 |
| HSL | 275.07º | 0.97% | 0.29% | - |
| HSV(B) | 275.07º | 0.99% | 0.56% | - |
| XYZ | 8.8 | 3.99 | 26.69 | - |
| YUV | 43.01 | 185 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 144 | 0.41 | 0.99 | 0 | 0.44 | 275.07 | 0.97 | 0.29 |
| Hex | 55 | 2 | 90 | 29 | 63 | 0 | 2C | 113 | 61 | 1D |
| Octal | 125 | 2 | 220 | 51 | 143 | 0 | 54 | 423 | 141 | 35 |
| Binary | 1010101 | 10 | 10010000 | 101001 | 1100011 | 0 | 101100 | 100010011 | 1100001 | 11101 |
Color Harmonies of #550290
Complementary color
Monochromatic Colors of #550290
Black with #550290
Text Example
Text Example
White with #550290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550290; }
p { color: rgb(85,2,144); }
H1.HeaderClassName
{
color: #550290;
}
.AnyTagClassName
{
color: #550290;
}
</style>
background-color css
<style>
a { background-color: #550290; }
a { background-color: rgb(85,2,144); }
div.DivClassName
{
background-color: #550290;
}
.BgClassName
{
background-color: #550290;
}
</style>
border-color css
<style>
span { border-color: #550290; }
span { border-color: rgb(85,2,144); }
td.TdClassName
{
border-color: #550290;
}
.TagClassName
{
border-color: #550290;
}
</style>