Shades of Indigo #551786
Tints of Indigo #551786
RGB
CMYK
RGB Variations
Color information
#551786 (or 0x551786) is known color: Indigo. HEX triplet: 55, 17 and 86. RGB value is (85,23,134). Sum of RGB (Red+Green+Blue) = 85+23+134=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #551786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551786 is #AAE879. Grayscale: #353535. Windows color (decimal): -11200634 or 8787797. OLE color: 8787797.
HSL color Cylindrical-coordinate representation of color #551786: hue angle of 273.51º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551786 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 23 | 134 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.47 |
| HSL | 273.51º | 0.71% | 0.31% | - |
| HSV(B) | 273.51º | 0.83% | 0.53% | - |
| XYZ | 8.36 | 4.27 | 22.94 | - |
| YUV | 54.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 134 | 0.37 | 0.83 | 0 | 0.47 | 273.51 | 0.71 | 0.31 |
| Hex | 55 | 17 | 86 | 25 | 53 | 0 | 2F | 112 | 47 | 1F |
| Octal | 125 | 27 | 206 | 45 | 123 | 0 | 57 | 422 | 107 | 37 |
| Binary | 1010101 | 10111 | 10000110 | 100101 | 1010011 | 0 | 101111 | 100010010 | 1000111 | 11111 |
Color Harmonies of #551786
Complementary color
Monochromatic Colors of #551786
Black with #551786
Text Example
Text Example
White with #551786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551786; }
p { color: rgb(85,23,134); }
H1.HeaderClassName
{
color: #551786;
}
.AnyTagClassName
{
color: #551786;
}
</style>
background-color css
<style>
a { background-color: #551786; }
a { background-color: rgb(85,23,134); }
div.DivClassName
{
background-color: #551786;
}
.BgClassName
{
background-color: #551786;
}
</style>
border-color css
<style>
span { border-color: #551786; }
span { border-color: rgb(85,23,134); }
td.TdClassName
{
border-color: #551786;
}
.TagClassName
{
border-color: #551786;
}
</style>