Shades of Indigo #550199
Tints of Indigo #550199
RGB
CMYK
RGB Variations
Color information
#550199 (or 0x550199) is known color: Indigo. HEX triplet: 55, 01 and 99. RGB value is (85,1,153). Sum of RGB (Red+Green+Blue) = 85+1+153=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #550199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550199 is #AAFE66. Grayscale: #2A2A2A. Windows color (decimal): -11206247 or 10027349. OLE color: 10027349.
HSL color Cylindrical-coordinate representation of color #550199: hue angle of 273.16º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550199 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 1 | 153 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.4 |
| HSL | 273.16º | 0.99% | 0.3% | - |
| HSV(B) | 273.16º | 0.99% | 0.6% | - |
| XYZ | 9.51 | 4.25 | 30.46 | - |
| YUV | 43.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 153 | 0.44 | 0.99 | 0 | 0.4 | 273.16 | 0.99 | 0.3 |
| Hex | 55 | 1 | 99 | 2C | 63 | 0 | 28 | 111 | 63 | 1E |
| Octal | 125 | 1 | 231 | 54 | 143 | 0 | 50 | 421 | 143 | 36 |
| Binary | 1010101 | 1 | 10011001 | 101100 | 1100011 | 0 | 101000 | 100010001 | 1100011 | 11110 |
Color Harmonies of #550199
Complementary color
Monochromatic Colors of #550199
Black with #550199
Text Example
Text Example
White with #550199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550199; }
p { color: rgb(85,1,153); }
H1.HeaderClassName
{
color: #550199;
}
.AnyTagClassName
{
color: #550199;
}
</style>
background-color css
<style>
a { background-color: #550199; }
a { background-color: rgb(85,1,153); }
div.DivClassName
{
background-color: #550199;
}
.BgClassName
{
background-color: #550199;
}
</style>
border-color css
<style>
span { border-color: #550199; }
span { border-color: rgb(85,1,153); }
td.TdClassName
{
border-color: #550199;
}
.TagClassName
{
border-color: #550199;
}
</style>