Shades of Indigo #550982
Tints of Indigo #550982
RGB
CMYK
RGB Variations
Color information
#550982 (or 0x550982) is known color: Indigo. HEX triplet: 55, 09 and 82. RGB value is (85,9,130). Sum of RGB (Red+Green+Blue) = 85+9+130=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #550982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550982 is #AAF67D. Grayscale: #2D2D2D. Windows color (decimal): -11204222 or 8522069. OLE color: 8522069.
HSL color Cylindrical-coordinate representation of color #550982: hue angle of 277.69º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550982 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 9 | 130 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.49 |
| HSL | 277.69º | 0.87% | 0.27% | - |
| HSV(B) | 277.69º | 0.93% | 0.51% | - |
| XYZ | 7.87 | 3.74 | 21.43 | - |
| YUV | 45.52 | 175.68 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 130 | 0.35 | 0.93 | 0 | 0.49 | 277.69 | 0.87 | 0.27 |
| Hex | 55 | 9 | 82 | 23 | 5D | 0 | 31 | 116 | 57 | 1B |
| Octal | 125 | 11 | 202 | 43 | 135 | 0 | 61 | 426 | 127 | 33 |
| Binary | 1010101 | 1001 | 10000010 | 100011 | 1011101 | 0 | 110001 | 100010110 | 1010111 | 11011 |
Color Harmonies of #550982
Complementary color
Monochromatic Colors of #550982
Black with #550982
Text Example
Text Example
White with #550982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550982; }
p { color: rgb(85,9,130); }
H1.HeaderClassName
{
color: #550982;
}
.AnyTagClassName
{
color: #550982;
}
</style>
background-color css
<style>
a { background-color: #550982; }
a { background-color: rgb(85,9,130); }
div.DivClassName
{
background-color: #550982;
}
.BgClassName
{
background-color: #550982;
}
</style>
border-color css
<style>
span { border-color: #550982; }
span { border-color: rgb(85,9,130); }
td.TdClassName
{
border-color: #550982;
}
.TagClassName
{
border-color: #550982;
}
</style>