Shades of Indigo #550F7C
Tints of Indigo #550F7C
RGB
CMYK
RGB Variations
Color information
#550F7C (or 0x550F7C) is known color: Indigo. HEX triplet: 55, 0F and 7C. RGB value is (85,15,124). Sum of RGB (Red+Green+Blue) = 85+15+124=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #550F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F7C is #AAF083. Grayscale: #2F2F2F. Windows color (decimal): -11202692 or 8130389. OLE color: 8130389.
HSL color Cylindrical-coordinate representation of color #550F7C: hue angle of 278.53º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550F7C is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 15 | 124 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.51 |
| HSL | 278.53º | 0.78% | 0.27% | - |
| HSV(B) | 278.53º | 0.88% | 0.49% | - |
| XYZ | 7.56 | 3.73 | 19.39 | - |
| YUV | 48.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 124 | 0.31 | 0.88 | 0 | 0.51 | 278.53 | 0.78 | 0.27 |
| Hex | 55 | F | 7C | 1F | 58 | 0 | 33 | 117 | 4E | 1B |
| Octal | 125 | 17 | 174 | 37 | 130 | 0 | 63 | 427 | 116 | 33 |
| Binary | 1010101 | 1111 | 1111100 | 11111 | 1011000 | 0 | 110011 | 100010111 | 1001110 | 11011 |
Color Harmonies of #550F7C
Complementary color
Monochromatic Colors of #550F7C
Black with #550F7C
Text Example
Text Example
White with #550F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F7C; }
p { color: rgb(85,15,124); }
H1.HeaderClassName
{
color: #550F7C;
}
.AnyTagClassName
{
color: #550F7C;
}
</style>
background-color css
<style>
a { background-color: #550F7C; }
a { background-color: rgb(85,15,124); }
div.DivClassName
{
background-color: #550F7C;
}
.BgClassName
{
background-color: #550F7C;
}
</style>
border-color css
<style>
span { border-color: #550F7C; }
span { border-color: rgb(85,15,124); }
td.TdClassName
{
border-color: #550F7C;
}
.TagClassName
{
border-color: #550F7C;
}
</style>