Shades of Indigo #551491
Tints of Indigo #551491
RGB
CMYK
RGB Variations
Color information
#551491 (or 0x551491) is known color: Indigo. HEX triplet: 55, 14 and 91. RGB value is (85,20,145). Sum of RGB (Red+Green+Blue) = 85+20+145=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #551491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551491 is #AAEB6E. Grayscale: #353535. Windows color (decimal): -11201391 or 9507925. OLE color: 9507925.
HSL color Cylindrical-coordinate representation of color #551491: hue angle of 271.2º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551491 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 20 | 145 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.43 |
| HSL | 271.2º | 0.76% | 0.32% | - |
| HSV(B) | 271.2º | 0.86% | 0.57% | - |
| XYZ | 9.11 | 4.48 | 27.17 | - |
| YUV | 53.69 | 179.53 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 145 | 0.41 | 0.86 | 0 | 0.43 | 271.2 | 0.76 | 0.32 |
| Hex | 55 | 14 | 91 | 29 | 56 | 0 | 2B | 10F | 4C | 20 |
| Octal | 125 | 24 | 221 | 51 | 126 | 0 | 53 | 417 | 114 | 40 |
| Binary | 1010101 | 10100 | 10010001 | 101001 | 1010110 | 0 | 101011 | 100001111 | 1001100 | 100000 |
Color Harmonies of #551491
Complementary color
Monochromatic Colors of #551491
Black with #551491
Text Example
Text Example
White with #551491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551491; }
p { color: rgb(85,20,145); }
H1.HeaderClassName
{
color: #551491;
}
.AnyTagClassName
{
color: #551491;
}
</style>
background-color css
<style>
a { background-color: #551491; }
a { background-color: rgb(85,20,145); }
div.DivClassName
{
background-color: #551491;
}
.BgClassName
{
background-color: #551491;
}
</style>
border-color css
<style>
span { border-color: #551491; }
span { border-color: rgb(85,20,145); }
td.TdClassName
{
border-color: #551491;
}
.TagClassName
{
border-color: #551491;
}
</style>