Shades of Indigo #551993
Tints of Indigo #551993
RGB
CMYK
RGB Variations
Color information
#551993 (or 0x551993) is known color: Indigo. HEX triplet: 55, 19 and 93. RGB value is (85,25,147). Sum of RGB (Red+Green+Blue) = 85+25+147=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #551993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551993 is #AAE66C. Grayscale: #383838. Windows color (decimal): -11200109 or 9640277. OLE color: 9640277.
HSL color Cylindrical-coordinate representation of color #551993: hue angle of 269.51º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551993 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 25 | 147 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.42 |
| HSL | 269.51º | 0.71% | 0.34% | - |
| HSV(B) | 269.51º | 0.83% | 0.58% | - |
| XYZ | 9.36 | 4.73 | 28.02 | - |
| YUV | 56.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 147 | 0.42 | 0.83 | 0 | 0.42 | 269.51 | 0.71 | 0.34 |
| Hex | 55 | 19 | 93 | 2A | 53 | 0 | 2A | 10E | 47 | 22 |
| Octal | 125 | 31 | 223 | 52 | 123 | 0 | 52 | 416 | 107 | 42 |
| Binary | 1010101 | 11001 | 10010011 | 101010 | 1010011 | 0 | 101010 | 100001110 | 1000111 | 100010 |
Color Harmonies of #551993
Complementary color
Monochromatic Colors of #551993
Black with #551993
Text Example
Text Example
White with #551993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551993; }
p { color: rgb(85,25,147); }
H1.HeaderClassName
{
color: #551993;
}
.AnyTagClassName
{
color: #551993;
}
</style>
background-color css
<style>
a { background-color: #551993; }
a { background-color: rgb(85,25,147); }
div.DivClassName
{
background-color: #551993;
}
.BgClassName
{
background-color: #551993;
}
</style>
border-color css
<style>
span { border-color: #551993; }
span { border-color: rgb(85,25,147); }
td.TdClassName
{
border-color: #551993;
}
.TagClassName
{
border-color: #551993;
}
</style>