Shades of Indigo #550180
Tints of Indigo #550180
RGB
CMYK
RGB Variations
Color information
#550180 (or 0x550180) is known color: Indigo. HEX triplet: 55, 01 and 80. RGB value is (85,1,128). Sum of RGB (Red+Green+Blue) = 85+1+128=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #550180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550180 is #AAFE7F. Grayscale: #282828. Windows color (decimal): -11206272 or 8388949. OLE color: 8388949.
HSL color Cylindrical-coordinate representation of color #550180: hue angle of 279.69º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550180 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 1 | 128 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.50 |
| HSL | 279.69º | 0.98% | 0.25% | - |
| HSV(B) | 279.69º | 0.99% | 0.5% | - |
| XYZ | 7.65 | 3.51 | 20.7 | - |
| YUV | 40.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 128 | 0.34 | 0.99 | 0 | 0.50 | 279.69 | 0.98 | 0.25 |
| Hex | 55 | 1 | 80 | 22 | 63 | 0 | 32 | 118 | 62 | 19 |
| Octal | 125 | 1 | 200 | 42 | 143 | 0 | 62 | 430 | 142 | 31 |
| Binary | 1010101 | 1 | 10000000 | 100010 | 1100011 | 0 | 110010 | 100011000 | 1100010 | 11001 |
Color Harmonies of #550180
Complementary color
Monochromatic Colors of #550180
Black with #550180
Text Example
Text Example
White with #550180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550180; }
p { color: rgb(85,1,128); }
H1.HeaderClassName
{
color: #550180;
}
.AnyTagClassName
{
color: #550180;
}
</style>
background-color css
<style>
a { background-color: #550180; }
a { background-color: rgb(85,1,128); }
div.DivClassName
{
background-color: #550180;
}
.BgClassName
{
background-color: #550180;
}
</style>
border-color css
<style>
span { border-color: #550180; }
span { border-color: rgb(85,1,128); }
td.TdClassName
{
border-color: #550180;
}
.TagClassName
{
border-color: #550180;
}
</style>