Shades of Indigo #550289
Tints of Indigo #550289
RGB
CMYK
RGB Variations
Color information
#550289 (or 0x550289) is known color: Indigo. HEX triplet: 55, 02 and 89. RGB value is (85,2,137). Sum of RGB (Red+Green+Blue) = 85+2+137=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #550289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550289 is #AAFD76. Grayscale: #292929. Windows color (decimal): -11206007 or 8979029. OLE color: 8979029.
HSL color Cylindrical-coordinate representation of color #550289: hue angle of 276.89º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550289 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 2 | 137 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.46 |
| HSL | 276.89º | 0.97% | 0.27% | - |
| HSV(B) | 276.89º | 0.99% | 0.54% | - |
| XYZ | 8.28 | 3.78 | 23.96 | - |
| YUV | 42.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 137 | 0.38 | 0.99 | 0 | 0.46 | 276.89 | 0.97 | 0.27 |
| Hex | 55 | 2 | 89 | 26 | 63 | 0 | 2E | 115 | 61 | 1B |
| Octal | 125 | 2 | 211 | 46 | 143 | 0 | 56 | 425 | 141 | 33 |
| Binary | 1010101 | 10 | 10001001 | 100110 | 1100011 | 0 | 101110 | 100010101 | 1100001 | 11011 |
Color Harmonies of #550289
Complementary color
Monochromatic Colors of #550289
Black with #550289
Text Example
Text Example
White with #550289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550289; }
p { color: rgb(85,2,137); }
H1.HeaderClassName
{
color: #550289;
}
.AnyTagClassName
{
color: #550289;
}
</style>
background-color css
<style>
a { background-color: #550289; }
a { background-color: rgb(85,2,137); }
div.DivClassName
{
background-color: #550289;
}
.BgClassName
{
background-color: #550289;
}
</style>
border-color css
<style>
span { border-color: #550289; }
span { border-color: rgb(85,2,137); }
td.TdClassName
{
border-color: #550289;
}
.TagClassName
{
border-color: #550289;
}
</style>