Shades of Indigo #550090
Tints of Indigo #550090
RGB
CMYK
RGB Variations
Color information
#550090 (or 0x550090) is known color: Indigo. HEX triplet: 55, 00 and 90. RGB value is (85,0,144). Sum of RGB (Red+Green+Blue) = 85+0+144=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #550090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550090 is #AAFF6F. Grayscale: #292929. Windows color (decimal): -11206512 or 9437269. OLE color: 9437269.
HSL color Cylindrical-coordinate representation of color #550090: hue angle of 275.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550090 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 0 | 144 | - |
| CMYK | 0.41 | 1 | 0 | 0.44 |
| HSL | 275.42º | 1% | 0.28% | - |
| HSV(B) | 275.42º | 1% | 0.56% | - |
| XYZ | 8.78 | 3.94 | 26.68 | - |
| YUV | 41.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 144 | 0.41 | 1 | 0 | 0.44 | 275.42 | 1 | 0.28 |
| Hex | 55 | 0 | 90 | 29 | 64 | 0 | 2C | 113 | 64 | 1C |
| Octal | 125 | 0 | 220 | 51 | 144 | 0 | 54 | 423 | 144 | 34 |
| Binary | 1010101 | 0 | 10010000 | 101001 | 1100100 | 0 | 101100 | 100010011 | 1100100 | 11100 |
Color Harmonies of #550090
Complementary color
Monochromatic Colors of #550090
Black with #550090
Text Example
Text Example
White with #550090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550090; }
p { color: rgb(85,0,144); }
H1.HeaderClassName
{
color: #550090;
}
.AnyTagClassName
{
color: #550090;
}
</style>
background-color css
<style>
a { background-color: #550090; }
a { background-color: rgb(85,0,144); }
div.DivClassName
{
background-color: #550090;
}
.BgClassName
{
background-color: #550090;
}
</style>
border-color css
<style>
span { border-color: #550090; }
span { border-color: rgb(85,0,144); }
td.TdClassName
{
border-color: #550090;
}
.TagClassName
{
border-color: #550090;
}
</style>