Shades of Indigo #550F7F
Tints of Indigo #550F7F
RGB
CMYK
RGB Variations
Color information
#550F7F (or 0x550F7F) is known color: Indigo. HEX triplet: 55, 0F and 7F. RGB value is (85,15,127). Sum of RGB (Red+Green+Blue) = 85+15+127=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #550F7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F7F is #AAF080. Grayscale: #303030. Windows color (decimal): -11202689 or 8326997. OLE color: 8326997.
HSL color Cylindrical-coordinate representation of color #550F7F: hue angle of 277.5º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550F7F is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 15 | 127 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.50 |
| HSL | 277.5º | 0.79% | 0.28% | - |
| HSV(B) | 277.5º | 0.88% | 0.5% | - |
| XYZ | 7.75 | 3.81 | 20.4 | - |
| YUV | 48.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 127 | 0.33 | 0.88 | 0 | 0.50 | 277.5 | 0.79 | 0.28 |
| Hex | 55 | F | 7F | 21 | 58 | 0 | 32 | 116 | 4F | 1C |
| Octal | 125 | 17 | 177 | 41 | 130 | 0 | 62 | 426 | 117 | 34 |
| Binary | 1010101 | 1111 | 1111111 | 100001 | 1011000 | 0 | 110010 | 100010110 | 1001111 | 11100 |
Color Harmonies of #550F7F
Complementary color
Monochromatic Colors of #550F7F
Black with #550F7F
Text Example
Text Example
White with #550F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F7F; }
p { color: rgb(85,15,127); }
H1.HeaderClassName
{
color: #550F7F;
}
.AnyTagClassName
{
color: #550F7F;
}
</style>
background-color css
<style>
a { background-color: #550F7F; }
a { background-color: rgb(85,15,127); }
div.DivClassName
{
background-color: #550F7F;
}
.BgClassName
{
background-color: #550F7F;
}
</style>
border-color css
<style>
span { border-color: #550F7F; }
span { border-color: rgb(85,15,127); }
td.TdClassName
{
border-color: #550F7F;
}
.TagClassName
{
border-color: #550F7F;
}
</style>