Shades of Indigo #550F70
Tints of Indigo #550F70
RGB
CMYK
RGB Variations
Color information
#550F70 (or 0x550F70) is known color: Indigo. HEX triplet: 55, 0F and 70. RGB value is (85,15,112). Sum of RGB (Red+Green+Blue) = 85+15+112=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #550F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F70 is #AAF08F. Grayscale: #2E2E2E. Windows color (decimal): -11202704 or 7343957. OLE color: 7343957.
HSL color Cylindrical-coordinate representation of color #550F70: hue angle of 283.3º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550F70 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 15 | 112 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.56 |
| HSL | 283.3º | 0.76% | 0.25% | - |
| HSV(B) | 283.3º | 0.87% | 0.44% | - |
| XYZ | 6.84 | 3.44 | 15.63 | - |
| YUV | 46.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 112 | 0.24 | 0.87 | 0 | 0.56 | 283.3 | 0.76 | 0.25 |
| Hex | 55 | F | 70 | 18 | 57 | 0 | 38 | 11B | 4C | 19 |
| Octal | 125 | 17 | 160 | 30 | 127 | 0 | 70 | 433 | 114 | 31 |
| Binary | 1010101 | 1111 | 1110000 | 11000 | 1010111 | 0 | 111000 | 100011011 | 1001100 | 11001 |
Color Harmonies of #550F70
Complementary color
Monochromatic Colors of #550F70
Black with #550F70
Text Example
Text Example
White with #550F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F70; }
p { color: rgb(85,15,112); }
H1.HeaderClassName
{
color: #550F70;
}
.AnyTagClassName
{
color: #550F70;
}
</style>
background-color css
<style>
a { background-color: #550F70; }
a { background-color: rgb(85,15,112); }
div.DivClassName
{
background-color: #550F70;
}
.BgClassName
{
background-color: #550F70;
}
</style>
border-color css
<style>
span { border-color: #550F70; }
span { border-color: rgb(85,15,112); }
td.TdClassName
{
border-color: #550F70;
}
.TagClassName
{
border-color: #550F70;
}
</style>