Shades of Indigo #550882
Tints of Indigo #550882
RGB
CMYK
RGB Variations
Color information
#550882 (or 0x550882) is known color: Indigo. HEX triplet: 55, 08 and 82. RGB value is (85,8,130). Sum of RGB (Red+Green+Blue) = 85+8+130=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #550882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550882 is #AAF77D. Grayscale: #2C2C2C. Windows color (decimal): -11204478 or 8521813. OLE color: 8521813.
HSL color Cylindrical-coordinate representation of color #550882: hue angle of 277.87º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550882 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 8 | 130 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.49 |
| HSL | 277.87º | 0.88% | 0.27% | - |
| HSV(B) | 277.87º | 0.94% | 0.51% | - |
| XYZ | 7.86 | 3.72 | 21.42 | - |
| YUV | 44.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 130 | 0.35 | 0.94 | 0 | 0.49 | 277.87 | 0.88 | 0.27 |
| Hex | 55 | 8 | 82 | 23 | 5E | 0 | 31 | 116 | 58 | 1B |
| Octal | 125 | 10 | 202 | 43 | 136 | 0 | 61 | 426 | 130 | 33 |
| Binary | 1010101 | 1000 | 10000010 | 100011 | 1011110 | 0 | 110001 | 100010110 | 1011000 | 11011 |
Color Harmonies of #550882
Complementary color
Monochromatic Colors of #550882
Black with #550882
Text Example
Text Example
White with #550882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550882; }
p { color: rgb(85,8,130); }
H1.HeaderClassName
{
color: #550882;
}
.AnyTagClassName
{
color: #550882;
}
</style>
background-color css
<style>
a { background-color: #550882; }
a { background-color: rgb(85,8,130); }
div.DivClassName
{
background-color: #550882;
}
.BgClassName
{
background-color: #550882;
}
</style>
border-color css
<style>
span { border-color: #550882; }
span { border-color: rgb(85,8,130); }
td.TdClassName
{
border-color: #550882;
}
.TagClassName
{
border-color: #550882;
}
</style>