Shades of Indigo #550F8D
Tints of Indigo #550F8D
RGB
CMYK
RGB Variations
Color information
#550F8D (or 0x550F8D) is known color: Indigo. HEX triplet: 55, 0F and 8D. RGB value is (85,15,141). Sum of RGB (Red+Green+Blue) = 85+15+141=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #550F8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F8D is #AAF072. Grayscale: #313131. Windows color (decimal): -11202675 or 9244501. OLE color: 9244501.
HSL color Cylindrical-coordinate representation of color #550F8D: hue angle of 273.33º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550F8D is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 15 | 141 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.45 |
| HSL | 273.33º | 0.81% | 0.31% | - |
| HSV(B) | 273.33º | 0.89% | 0.55% | - |
| XYZ | 8.72 | 4.2 | 25.55 | - |
| YUV | 50.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 141 | 0.40 | 0.89 | 0 | 0.45 | 273.33 | 0.81 | 0.31 |
| Hex | 55 | F | 8D | 28 | 59 | 0 | 2D | 111 | 51 | 1F |
| Octal | 125 | 17 | 215 | 50 | 131 | 0 | 55 | 421 | 121 | 37 |
| Binary | 1010101 | 1111 | 10001101 | 101000 | 1011001 | 0 | 101101 | 100010001 | 1010001 | 11111 |
Color Harmonies of #550F8D
Complementary color
Monochromatic Colors of #550F8D
Black with #550F8D
Text Example
Text Example
White with #550F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F8D; }
p { color: rgb(85,15,141); }
H1.HeaderClassName
{
color: #550F8D;
}
.AnyTagClassName
{
color: #550F8D;
}
</style>
background-color css
<style>
a { background-color: #550F8D; }
a { background-color: rgb(85,15,141); }
div.DivClassName
{
background-color: #550F8D;
}
.BgClassName
{
background-color: #550F8D;
}
</style>
border-color css
<style>
span { border-color: #550F8D; }
span { border-color: rgb(85,15,141); }
td.TdClassName
{
border-color: #550F8D;
}
.TagClassName
{
border-color: #550F8D;
}
</style>