Shades of Indigo #551293
Tints of Indigo #551293
RGB
CMYK
RGB Variations
Color information
#551293 (or 0x551293) is known color: Indigo. HEX triplet: 55, 12 and 93. RGB value is (85,18,147). Sum of RGB (Red+Green+Blue) = 85+18+147=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #551293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551293 is #AAED6C. Grayscale: #343434. Windows color (decimal): -11201901 or 9638485. OLE color: 9638485.
HSL color Cylindrical-coordinate representation of color #551293: hue angle of 271.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551293 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 18 | 147 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.42 |
| HSL | 271.16º | 0.78% | 0.32% | - |
| HSV(B) | 271.16º | 0.88% | 0.58% | - |
| XYZ | 9.23 | 4.47 | 27.98 | - |
| YUV | 52.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 147 | 0.42 | 0.88 | 0 | 0.42 | 271.16 | 0.78 | 0.32 |
| Hex | 55 | 12 | 93 | 2A | 58 | 0 | 2A | 10F | 4E | 20 |
| Octal | 125 | 22 | 223 | 52 | 130 | 0 | 52 | 417 | 116 | 40 |
| Binary | 1010101 | 10010 | 10010011 | 101010 | 1011000 | 0 | 101010 | 100001111 | 1001110 | 100000 |
Color Harmonies of #551293
Complementary color
Monochromatic Colors of #551293
Black with #551293
Text Example
Text Example
White with #551293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551293; }
p { color: rgb(85,18,147); }
H1.HeaderClassName
{
color: #551293;
}
.AnyTagClassName
{
color: #551293;
}
</style>
background-color css
<style>
a { background-color: #551293; }
a { background-color: rgb(85,18,147); }
div.DivClassName
{
background-color: #551293;
}
.BgClassName
{
background-color: #551293;
}
</style>
border-color css
<style>
span { border-color: #551293; }
span { border-color: rgb(85,18,147); }
td.TdClassName
{
border-color: #551293;
}
.TagClassName
{
border-color: #551293;
}
</style>