Shades of Indigo #550F99
Tints of Indigo #550F99
RGB
CMYK
RGB Variations
Color information
#550F99 (or 0x550F99) is known color: Indigo. HEX triplet: 55, 0F and 99. RGB value is (85,15,153). Sum of RGB (Red+Green+Blue) = 85+15+153=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #550F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F99 is #AAF066. Grayscale: #333333. Windows color (decimal): -11202663 or 10030933. OLE color: 10030933.
HSL color Cylindrical-coordinate representation of color #550F99: hue angle of 270.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550F99 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 15 | 153 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.4 |
| HSL | 270.43º | 0.82% | 0.33% | - |
| HSV(B) | 270.43º | 0.9% | 0.6% | - |
| XYZ | 9.67 | 4.57 | 30.51 | - |
| YUV | 51.66 | 185.19 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 153 | 0.44 | 0.90 | 0 | 0.4 | 270.43 | 0.82 | 0.33 |
| Hex | 55 | F | 99 | 2C | 5A | 0 | 28 | 10E | 52 | 21 |
| Octal | 125 | 17 | 231 | 54 | 132 | 0 | 50 | 416 | 122 | 41 |
| Binary | 1010101 | 1111 | 10011001 | 101100 | 1011010 | 0 | 101000 | 100001110 | 1010010 | 100001 |
Color Harmonies of #550F99
Complementary color
Monochromatic Colors of #550F99
Black with #550F99
Text Example
Text Example
White with #550F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F99; }
p { color: rgb(85,15,153); }
H1.HeaderClassName
{
color: #550F99;
}
.AnyTagClassName
{
color: #550F99;
}
</style>
background-color css
<style>
a { background-color: #550F99; }
a { background-color: rgb(85,15,153); }
div.DivClassName
{
background-color: #550F99;
}
.BgClassName
{
background-color: #550F99;
}
</style>
border-color css
<style>
span { border-color: #550F99; }
span { border-color: rgb(85,15,153); }
td.TdClassName
{
border-color: #550F99;
}
.TagClassName
{
border-color: #550F99;
}
</style>