Shades of Indigo #550189
Tints of Indigo #550189
RGB
CMYK
RGB Variations
Color information
#550189 (or 0x550189) is known color: Indigo. HEX triplet: 55, 01 and 89. RGB value is (85,1,137). Sum of RGB (Red+Green+Blue) = 85+1+137=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #550189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550189 is #AAFE76. Grayscale: #292929. Windows color (decimal): -11206263 or 8978773. OLE color: 8978773.
HSL color Cylindrical-coordinate representation of color #550189: hue angle of 277.06º degrees, saturation: 0.99, 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 #550189 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 1 | 137 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.46 |
| HSL | 277.06º | 0.99% | 0.27% | - |
| HSV(B) | 277.06º | 0.99% | 0.54% | - |
| XYZ | 8.27 | 3.76 | 23.96 | - |
| YUV | 41.62 | 181.83 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 137 | 0.38 | 0.99 | 0 | 0.46 | 277.06 | 0.99 | 0.27 |
| Hex | 55 | 1 | 89 | 26 | 63 | 0 | 2E | 115 | 63 | 1B |
| Octal | 125 | 1 | 211 | 46 | 143 | 0 | 56 | 425 | 143 | 33 |
| Binary | 1010101 | 1 | 10001001 | 100110 | 1100011 | 0 | 101110 | 100010101 | 1100011 | 11011 |
Color Harmonies of #550189
Complementary color
Monochromatic Colors of #550189
Black with #550189
Text Example
Text Example
White with #550189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550189; }
p { color: rgb(85,1,137); }
H1.HeaderClassName
{
color: #550189;
}
.AnyTagClassName
{
color: #550189;
}
</style>
background-color css
<style>
a { background-color: #550189; }
a { background-color: rgb(85,1,137); }
div.DivClassName
{
background-color: #550189;
}
.BgClassName
{
background-color: #550189;
}
</style>
border-color css
<style>
span { border-color: #550189; }
span { border-color: rgb(85,1,137); }
td.TdClassName
{
border-color: #550189;
}
.TagClassName
{
border-color: #550189;
}
</style>