Shades of Indigo #550D78
Tints of Indigo #550D78
RGB
CMYK
RGB Variations
Color information
#550D78 (or 0x550D78) is known color: Indigo. HEX triplet: 55, 0D and 78. RGB value is (85,13,120). Sum of RGB (Red+Green+Blue) = 85+13+120=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #550D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D78 is #AAF287. Grayscale: #2E2E2E. Windows color (decimal): -11203208 or 7867733. OLE color: 7867733.
HSL color Cylindrical-coordinate representation of color #550D78: hue angle of 280.37º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550D78 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 13 | 120 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.53 |
| HSL | 280.37º | 0.8% | 0.26% | - |
| HSV(B) | 280.37º | 0.89% | 0.47% | - |
| XYZ | 7.28 | 3.58 | 18.08 | - |
| YUV | 46.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 120 | 0.29 | 0.89 | 0 | 0.53 | 280.37 | 0.8 | 0.26 |
| Hex | 55 | D | 78 | 1D | 59 | 0 | 35 | 118 | 50 | 1A |
| Octal | 125 | 15 | 170 | 35 | 131 | 0 | 65 | 430 | 120 | 32 |
| Binary | 1010101 | 1101 | 1111000 | 11101 | 1011001 | 0 | 110101 | 100011000 | 1010000 | 11010 |
Color Harmonies of #550D78
Complementary color
Monochromatic Colors of #550D78
Black with #550D78
Text Example
Text Example
White with #550D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D78; }
p { color: rgb(85,13,120); }
H1.HeaderClassName
{
color: #550D78;
}
.AnyTagClassName
{
color: #550D78;
}
</style>
background-color css
<style>
a { background-color: #550D78; }
a { background-color: rgb(85,13,120); }
div.DivClassName
{
background-color: #550D78;
}
.BgClassName
{
background-color: #550D78;
}
</style>
border-color css
<style>
span { border-color: #550D78; }
span { border-color: rgb(85,13,120); }
td.TdClassName
{
border-color: #550D78;
}
.TagClassName
{
border-color: #550D78;
}
</style>