Shades of Indigo #551893
Tints of Indigo #551893
RGB
CMYK
RGB Variations
Color information
#551893 (or 0x551893) is known color: Indigo. HEX triplet: 55, 18 and 93. RGB value is (85,24,147). Sum of RGB (Red+Green+Blue) = 85+24+147=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #551893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551893 is #AAE76C. Grayscale: #373737. Windows color (decimal): -11200365 or 9640021. OLE color: 9640021.
HSL color Cylindrical-coordinate representation of color #551893: hue angle of 269.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551893 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 24 | 147 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.42 |
| HSL | 269.76º | 0.72% | 0.34% | - |
| HSV(B) | 269.76º | 0.84% | 0.58% | - |
| XYZ | 9.34 | 4.69 | 28.02 | - |
| YUV | 56.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 147 | 0.42 | 0.84 | 0 | 0.42 | 269.76 | 0.72 | 0.34 |
| Hex | 55 | 18 | 93 | 2A | 54 | 0 | 2A | 10E | 48 | 22 |
| Octal | 125 | 30 | 223 | 52 | 124 | 0 | 52 | 416 | 110 | 42 |
| Binary | 1010101 | 11000 | 10010011 | 101010 | 1010100 | 0 | 101010 | 100001110 | 1001000 | 100010 |
Color Harmonies of #551893
Complementary color
Monochromatic Colors of #551893
Black with #551893
Text Example
Text Example
White with #551893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551893; }
p { color: rgb(85,24,147); }
H1.HeaderClassName
{
color: #551893;
}
.AnyTagClassName
{
color: #551893;
}
</style>
background-color css
<style>
a { background-color: #551893; }
a { background-color: rgb(85,24,147); }
div.DivClassName
{
background-color: #551893;
}
.BgClassName
{
background-color: #551893;
}
</style>
border-color css
<style>
span { border-color: #551893; }
span { border-color: rgb(85,24,147); }
td.TdClassName
{
border-color: #551893;
}
.TagClassName
{
border-color: #551893;
}
</style>