Shades of Indigo #550390
Tints of Indigo #550390
RGB
CMYK
RGB Variations
Color information
#550390 (or 0x550390) is known color: Indigo. HEX triplet: 55, 03 and 90. RGB value is (85,3,144). Sum of RGB (Red+Green+Blue) = 85+3+144=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #550390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550390 is #AAFC6F. Grayscale: #2B2B2B. Windows color (decimal): -11205744 or 9438037. OLE color: 9438037.
HSL color Cylindrical-coordinate representation of color #550390: hue angle of 274.89º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550390 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 3 | 144 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.44 |
| HSL | 274.89º | 0.96% | 0.29% | - |
| HSV(B) | 274.89º | 0.98% | 0.56% | - |
| XYZ | 8.81 | 4.01 | 26.7 | - |
| YUV | 43.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 144 | 0.41 | 0.98 | 0 | 0.44 | 274.89 | 0.96 | 0.29 |
| Hex | 55 | 3 | 90 | 29 | 62 | 0 | 2C | 113 | 60 | 1D |
| Octal | 125 | 3 | 220 | 51 | 142 | 0 | 54 | 423 | 140 | 35 |
| Binary | 1010101 | 11 | 10010000 | 101001 | 1100010 | 0 | 101100 | 100010011 | 1100000 | 11101 |
Color Harmonies of #550390
Complementary color
Monochromatic Colors of #550390
Black with #550390
Text Example
Text Example
White with #550390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550390; }
p { color: rgb(85,3,144); }
H1.HeaderClassName
{
color: #550390;
}
.AnyTagClassName
{
color: #550390;
}
</style>
background-color css
<style>
a { background-color: #550390; }
a { background-color: rgb(85,3,144); }
div.DivClassName
{
background-color: #550390;
}
.BgClassName
{
background-color: #550390;
}
</style>
border-color css
<style>
span { border-color: #550390; }
span { border-color: rgb(85,3,144); }
td.TdClassName
{
border-color: #550390;
}
.TagClassName
{
border-color: #550390;
}
</style>