Shades of Indigo #551476
Tints of Indigo #551476
RGB
CMYK
RGB Variations
Color information
#551476 (or 0x551476) is known color: Indigo. HEX triplet: 55, 14 and 76. RGB value is (85,20,118). Sum of RGB (Red+Green+Blue) = 85+20+118=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #551476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551476 is #AAEB89. Grayscale: #323232. Windows color (decimal): -11201418 or 7738453. OLE color: 7738453.
HSL color Cylindrical-coordinate representation of color #551476: hue angle of 279.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551476 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 20 | 118 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.54 |
| HSL | 279.8º | 0.71% | 0.27% | - |
| HSV(B) | 279.8º | 0.83% | 0.46% | - |
| XYZ | 7.27 | 3.74 | 17.48 | - |
| YUV | 50.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 118 | 0.28 | 0.83 | 0 | 0.54 | 279.8 | 0.71 | 0.27 |
| Hex | 55 | 14 | 76 | 1C | 53 | 0 | 36 | 118 | 47 | 1B |
| Octal | 125 | 24 | 166 | 34 | 123 | 0 | 66 | 430 | 107 | 33 |
| Binary | 1010101 | 10100 | 1110110 | 11100 | 1010011 | 0 | 110110 | 100011000 | 1000111 | 11011 |
Color Harmonies of #551476
Complementary color
Monochromatic Colors of #551476
Black with #551476
Text Example
Text Example
White with #551476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551476; }
p { color: rgb(85,20,118); }
H1.HeaderClassName
{
color: #551476;
}
.AnyTagClassName
{
color: #551476;
}
</style>
background-color css
<style>
a { background-color: #551476; }
a { background-color: rgb(85,20,118); }
div.DivClassName
{
background-color: #551476;
}
.BgClassName
{
background-color: #551476;
}
</style>
border-color css
<style>
span { border-color: #551476; }
span { border-color: rgb(85,20,118); }
td.TdClassName
{
border-color: #551476;
}
.TagClassName
{
border-color: #551476;
}
</style>