Shades of Indigo #550F76
Tints of Indigo #550F76
RGB
CMYK
RGB Variations
Color information
#550F76 (or 0x550F76) is known color: Indigo. HEX triplet: 55, 0F and 76. RGB value is (85,15,118). Sum of RGB (Red+Green+Blue) = 85+15+118=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #550F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F76 is #AAF089. Grayscale: #2F2F2F. Windows color (decimal): -11202698 or 7737173. OLE color: 7737173.
HSL color Cylindrical-coordinate representation of color #550F76: hue angle of 280.78º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550F76 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 15 | 118 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.54 |
| HSL | 280.78º | 0.77% | 0.26% | - |
| HSV(B) | 280.78º | 0.87% | 0.46% | - |
| XYZ | 7.19 | 3.58 | 17.45 | - |
| YUV | 47.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 118 | 0.28 | 0.87 | 0 | 0.54 | 280.78 | 0.77 | 0.26 |
| Hex | 55 | F | 76 | 1C | 57 | 0 | 36 | 119 | 4D | 1A |
| Octal | 125 | 17 | 166 | 34 | 127 | 0 | 66 | 431 | 115 | 32 |
| Binary | 1010101 | 1111 | 1110110 | 11100 | 1010111 | 0 | 110110 | 100011001 | 1001101 | 11010 |
Color Harmonies of #550F76
Complementary color
Monochromatic Colors of #550F76
Black with #550F76
Text Example
Text Example
White with #550F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F76; }
p { color: rgb(85,15,118); }
H1.HeaderClassName
{
color: #550F76;
}
.AnyTagClassName
{
color: #550F76;
}
</style>
background-color css
<style>
a { background-color: #550F76; }
a { background-color: rgb(85,15,118); }
div.DivClassName
{
background-color: #550F76;
}
.BgClassName
{
background-color: #550F76;
}
</style>
border-color css
<style>
span { border-color: #550F76; }
span { border-color: rgb(85,15,118); }
td.TdClassName
{
border-color: #550F76;
}
.TagClassName
{
border-color: #550F76;
}
</style>