Shades of Indigo #550F8E
Tints of Indigo #550F8E
RGB
CMYK
RGB Variations
Color information
#550F8E (or 0x550F8E) is known color: Indigo. HEX triplet: 55, 0F and 8E. RGB value is (85,15,142). Sum of RGB (Red+Green+Blue) = 85+15+142=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #550F8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F8E is #AAF071. Grayscale: #313131. Windows color (decimal): -11202674 or 9310037. OLE color: 9310037.
HSL color Cylindrical-coordinate representation of color #550F8E: hue angle of 273.07º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550F8E is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 15 | 142 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.44 |
| HSL | 273.07º | 0.81% | 0.31% | - |
| HSV(B) | 273.07º | 0.89% | 0.56% | - |
| XYZ | 8.8 | 4.23 | 25.94 | - |
| YUV | 50.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 142 | 0.40 | 0.89 | 0 | 0.44 | 273.07 | 0.81 | 0.31 |
| Hex | 55 | F | 8E | 28 | 59 | 0 | 2C | 111 | 51 | 1F |
| Octal | 125 | 17 | 216 | 50 | 131 | 0 | 54 | 421 | 121 | 37 |
| Binary | 1010101 | 1111 | 10001110 | 101000 | 1011001 | 0 | 101100 | 100010001 | 1010001 | 11111 |
Color Harmonies of #550F8E
Complementary color
Monochromatic Colors of #550F8E
Black with #550F8E
Text Example
Text Example
White with #550F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F8E; }
p { color: rgb(85,15,142); }
H1.HeaderClassName
{
color: #550F8E;
}
.AnyTagClassName
{
color: #550F8E;
}
</style>
background-color css
<style>
a { background-color: #550F8E; }
a { background-color: rgb(85,15,142); }
div.DivClassName
{
background-color: #550F8E;
}
.BgClassName
{
background-color: #550F8E;
}
</style>
border-color css
<style>
span { border-color: #550F8E; }
span { border-color: rgb(85,15,142); }
td.TdClassName
{
border-color: #550F8E;
}
.TagClassName
{
border-color: #550F8E;
}
</style>