Shades of Indigo #550389
Tints of Indigo #550389
RGB
CMYK
RGB Variations
Color information
#550389 (or 0x550389) is known color: Indigo. HEX triplet: 55, 03 and 89. RGB value is (85,3,137). Sum of RGB (Red+Green+Blue) = 85+3+137=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #550389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550389 is #AAFC76. Grayscale: #2A2A2A. Windows color (decimal): -11205751 or 8979285. OLE color: 8979285.
HSL color Cylindrical-coordinate representation of color #550389: hue angle of 276.72º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550389 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 3 | 137 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.46 |
| HSL | 276.72º | 0.96% | 0.27% | - |
| HSV(B) | 276.72º | 0.98% | 0.54% | - |
| XYZ | 8.29 | 3.8 | 23.96 | - |
| YUV | 42.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 137 | 0.38 | 0.98 | 0 | 0.46 | 276.72 | 0.96 | 0.27 |
| Hex | 55 | 3 | 89 | 26 | 62 | 0 | 2E | 115 | 60 | 1B |
| Octal | 125 | 3 | 211 | 46 | 142 | 0 | 56 | 425 | 140 | 33 |
| Binary | 1010101 | 11 | 10001001 | 100110 | 1100010 | 0 | 101110 | 100010101 | 1100000 | 11011 |
Color Harmonies of #550389
Complementary color
Monochromatic Colors of #550389
Black with #550389
Text Example
Text Example
White with #550389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550389; }
p { color: rgb(85,3,137); }
H1.HeaderClassName
{
color: #550389;
}
.AnyTagClassName
{
color: #550389;
}
</style>
background-color css
<style>
a { background-color: #550389; }
a { background-color: rgb(85,3,137); }
div.DivClassName
{
background-color: #550389;
}
.BgClassName
{
background-color: #550389;
}
</style>
border-color css
<style>
span { border-color: #550389; }
span { border-color: rgb(85,3,137); }
td.TdClassName
{
border-color: #550389;
}
.TagClassName
{
border-color: #550389;
}
</style>