Shades of Indigo #551389
Tints of Indigo #551389
RGB
CMYK
RGB Variations
Color information
#551389 (or 0x551389) is known color: Indigo. HEX triplet: 55, 13 and 89. RGB value is (85,19,137). Sum of RGB (Red+Green+Blue) = 85+19+137=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #551389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551389 is #AAEC76. Grayscale: #333333. Windows color (decimal): -11201655 or 8983381. OLE color: 8983381.
HSL color Cylindrical-coordinate representation of color #551389: hue angle of 273.56º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551389 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 19 | 137 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.46 |
| HSL | 273.56º | 0.76% | 0.31% | - |
| HSV(B) | 273.56º | 0.86% | 0.54% | - |
| XYZ | 8.49 | 4.2 | 24.03 | - |
| YUV | 52.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 137 | 0.38 | 0.86 | 0 | 0.46 | 273.56 | 0.76 | 0.31 |
| Hex | 55 | 13 | 89 | 26 | 56 | 0 | 2E | 112 | 4C | 1F |
| Octal | 125 | 23 | 211 | 46 | 126 | 0 | 56 | 422 | 114 | 37 |
| Binary | 1010101 | 10011 | 10001001 | 100110 | 1010110 | 0 | 101110 | 100010010 | 1001100 | 11111 |
Color Harmonies of #551389
Complementary color
Monochromatic Colors of #551389
Black with #551389
Text Example
Text Example
White with #551389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551389; }
p { color: rgb(85,19,137); }
H1.HeaderClassName
{
color: #551389;
}
.AnyTagClassName
{
color: #551389;
}
</style>
background-color css
<style>
a { background-color: #551389; }
a { background-color: rgb(85,19,137); }
div.DivClassName
{
background-color: #551389;
}
.BgClassName
{
background-color: #551389;
}
</style>
border-color css
<style>
span { border-color: #551389; }
span { border-color: rgb(85,19,137); }
td.TdClassName
{
border-color: #551389;
}
.TagClassName
{
border-color: #551389;
}
</style>