Shades of Indigo #551482
Tints of Indigo #551482
RGB
CMYK
RGB Variations
Color information
#551482 (or 0x551482) is known color: Indigo. HEX triplet: 55, 14 and 82. RGB value is (85,20,130). Sum of RGB (Red+Green+Blue) = 85+20+130=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #551482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551482 is #AAEB7D. Grayscale: #333333. Windows color (decimal): -11201406 or 8524885. OLE color: 8524885.
HSL color Cylindrical-coordinate representation of color #551482: hue angle of 275.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551482 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 20 | 130 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.49 |
| HSL | 275.45º | 0.73% | 0.29% | - |
| HSV(B) | 275.45º | 0.85% | 0.51% | - |
| XYZ | 8.03 | 4.04 | 21.48 | - |
| YUV | 51.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 130 | 0.35 | 0.85 | 0 | 0.49 | 275.45 | 0.73 | 0.29 |
| Hex | 55 | 14 | 82 | 23 | 55 | 0 | 31 | 113 | 49 | 1D |
| Octal | 125 | 24 | 202 | 43 | 125 | 0 | 61 | 423 | 111 | 35 |
| Binary | 1010101 | 10100 | 10000010 | 100011 | 1010101 | 0 | 110001 | 100010011 | 1001001 | 11101 |
Color Harmonies of #551482
Complementary color
Monochromatic Colors of #551482
Black with #551482
Text Example
Text Example
White with #551482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551482; }
p { color: rgb(85,20,130); }
H1.HeaderClassName
{
color: #551482;
}
.AnyTagClassName
{
color: #551482;
}
</style>
background-color css
<style>
a { background-color: #551482; }
a { background-color: rgb(85,20,130); }
div.DivClassName
{
background-color: #551482;
}
.BgClassName
{
background-color: #551482;
}
</style>
border-color css
<style>
span { border-color: #551482; }
span { border-color: rgb(85,20,130); }
td.TdClassName
{
border-color: #551482;
}
.TagClassName
{
border-color: #551482;
}
</style>