Shades of Indigo #550F90
Tints of Indigo #550F90
RGB
CMYK
RGB Variations
Color information
#550F90 (or 0x550F90) is known color: Indigo. HEX triplet: 55, 0F and 90. RGB value is (85,15,144). Sum of RGB (Red+Green+Blue) = 85+15+144=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #550F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F90 is #AAF06F. Grayscale: #323232. Windows color (decimal): -11202672 or 9441109. OLE color: 9441109.
HSL color Cylindrical-coordinate representation of color #550F90: hue angle of 272.56º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550F90 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 15 | 144 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.44 |
| HSL | 272.56º | 0.81% | 0.31% | - |
| HSV(B) | 272.56º | 0.9% | 0.56% | - |
| XYZ | 8.95 | 4.29 | 26.74 | - |
| YUV | 50.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 144 | 0.41 | 0.90 | 0 | 0.44 | 272.56 | 0.81 | 0.31 |
| Hex | 55 | F | 90 | 29 | 5A | 0 | 2C | 111 | 51 | 1F |
| Octal | 125 | 17 | 220 | 51 | 132 | 0 | 54 | 421 | 121 | 37 |
| Binary | 1010101 | 1111 | 10010000 | 101001 | 1011010 | 0 | 101100 | 100010001 | 1010001 | 11111 |
Color Harmonies of #550F90
Complementary color
Monochromatic Colors of #550F90
Black with #550F90
Text Example
Text Example
White with #550F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F90; }
p { color: rgb(85,15,144); }
H1.HeaderClassName
{
color: #550F90;
}
.AnyTagClassName
{
color: #550F90;
}
</style>
background-color css
<style>
a { background-color: #550F90; }
a { background-color: rgb(85,15,144); }
div.DivClassName
{
background-color: #550F90;
}
.BgClassName
{
background-color: #550F90;
}
</style>
border-color css
<style>
span { border-color: #550F90; }
span { border-color: rgb(85,15,144); }
td.TdClassName
{
border-color: #550F90;
}
.TagClassName
{
border-color: #550F90;
}
</style>