Shades of Indigo #551273
Tints of Indigo #551273
RGB
CMYK
RGB Variations
Color information
#551273 (or 0x551273) is known color: Indigo. HEX triplet: 55, 12 and 73. RGB value is (85,18,115). Sum of RGB (Red+Green+Blue) = 85+18+115=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #551273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551273 is #AAED8C. Grayscale: #303030. Windows color (decimal): -11201933 or 7541333. OLE color: 7541333.
HSL color Cylindrical-coordinate representation of color #551273: hue angle of 281.44º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551273 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 18 | 115 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.55 |
| HSL | 281.44º | 0.73% | 0.26% | - |
| HSV(B) | 281.44º | 0.84% | 0.45% | - |
| XYZ | 7.06 | 3.6 | 16.54 | - |
| YUV | 49.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 115 | 0.26 | 0.84 | 0 | 0.55 | 281.44 | 0.73 | 0.26 |
| Hex | 55 | 12 | 73 | 1A | 54 | 0 | 37 | 119 | 49 | 1A |
| Octal | 125 | 22 | 163 | 32 | 124 | 0 | 67 | 431 | 111 | 32 |
| Binary | 1010101 | 10010 | 1110011 | 11010 | 1010100 | 0 | 110111 | 100011001 | 1001001 | 11010 |
Color Harmonies of #551273
Complementary color
Monochromatic Colors of #551273
Black with #551273
Text Example
Text Example
White with #551273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551273; }
p { color: rgb(85,18,115); }
H1.HeaderClassName
{
color: #551273;
}
.AnyTagClassName
{
color: #551273;
}
</style>
background-color css
<style>
a { background-color: #551273; }
a { background-color: rgb(85,18,115); }
div.DivClassName
{
background-color: #551273;
}
.BgClassName
{
background-color: #551273;
}
</style>
border-color css
<style>
span { border-color: #551273; }
span { border-color: rgb(85,18,115); }
td.TdClassName
{
border-color: #551273;
}
.TagClassName
{
border-color: #551273;
}
</style>