Shades of Indigo #551586
Tints of Indigo #551586
RGB
CMYK
RGB Variations
Color information
#551586 (or 0x551586) is known color: Indigo. HEX triplet: 55, 15 and 86. RGB value is (85,21,134). Sum of RGB (Red+Green+Blue) = 85+21+134=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #551586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551586 is #AAEA79. Grayscale: #343434. Windows color (decimal): -11201146 or 8787285. OLE color: 8787285.
HSL color Cylindrical-coordinate representation of color #551586: hue angle of 273.98º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551586 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 21 | 134 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.47 |
| HSL | 273.98º | 0.73% | 0.3% | - |
| HSV(B) | 273.98º | 0.84% | 0.53% | - |
| XYZ | 8.32 | 4.19 | 22.92 | - |
| YUV | 53.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 134 | 0.37 | 0.84 | 0 | 0.47 | 273.98 | 0.73 | 0.3 |
| Hex | 55 | 15 | 86 | 25 | 54 | 0 | 2F | 112 | 49 | 1E |
| Octal | 125 | 25 | 206 | 45 | 124 | 0 | 57 | 422 | 111 | 36 |
| Binary | 1010101 | 10101 | 10000110 | 100101 | 1010100 | 0 | 101111 | 100010010 | 1001001 | 11110 |
Color Harmonies of #551586
Complementary color
Monochromatic Colors of #551586
Black with #551586
Text Example
Text Example
White with #551586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551586; }
p { color: rgb(85,21,134); }
H1.HeaderClassName
{
color: #551586;
}
.AnyTagClassName
{
color: #551586;
}
</style>
background-color css
<style>
a { background-color: #551586; }
a { background-color: rgb(85,21,134); }
div.DivClassName
{
background-color: #551586;
}
.BgClassName
{
background-color: #551586;
}
</style>
border-color css
<style>
span { border-color: #551586; }
span { border-color: rgb(85,21,134); }
td.TdClassName
{
border-color: #551586;
}
.TagClassName
{
border-color: #551586;
}
</style>