Shades of Indigo #551992
Tints of Indigo #551992
RGB
CMYK
RGB Variations
Color information
#551992 (or 0x551992) is known color: Indigo. HEX triplet: 55, 19 and 92. RGB value is (85,25,146). Sum of RGB (Red+Green+Blue) = 85+25+146=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #551992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551992 is #AAE66D. Grayscale: #383838. Windows color (decimal): -11200110 or 9574741. OLE color: 9574741.
HSL color Cylindrical-coordinate representation of color #551992: hue angle of 269.75º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551992 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 25 | 146 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.43 |
| HSL | 269.75º | 0.71% | 0.34% | - |
| HSV(B) | 269.75º | 0.83% | 0.57% | - |
| XYZ | 9.28 | 4.7 | 27.61 | - |
| YUV | 56.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 146 | 0.42 | 0.83 | 0 | 0.43 | 269.75 | 0.71 | 0.34 |
| Hex | 55 | 19 | 92 | 2A | 53 | 0 | 2B | 10E | 47 | 22 |
| Octal | 125 | 31 | 222 | 52 | 123 | 0 | 53 | 416 | 107 | 42 |
| Binary | 1010101 | 11001 | 10010010 | 101010 | 1010011 | 0 | 101011 | 100001110 | 1000111 | 100010 |
Color Harmonies of #551992
Complementary color
Monochromatic Colors of #551992
Black with #551992
Text Example
Text Example
White with #551992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551992; }
p { color: rgb(85,25,146); }
H1.HeaderClassName
{
color: #551992;
}
.AnyTagClassName
{
color: #551992;
}
</style>
background-color css
<style>
a { background-color: #551992; }
a { background-color: rgb(85,25,146); }
div.DivClassName
{
background-color: #551992;
}
.BgClassName
{
background-color: #551992;
}
</style>
border-color css
<style>
span { border-color: #551992; }
span { border-color: rgb(85,25,146); }
td.TdClassName
{
border-color: #551992;
}
.TagClassName
{
border-color: #551992;
}
</style>