Shades of Indigo #551192
Tints of Indigo #551192
RGB
CMYK
RGB Variations
Color information
#551192 (or 0x551192) is known color: Indigo. HEX triplet: 55, 11 and 92. RGB value is (85,17,146). Sum of RGB (Red+Green+Blue) = 85+17+146=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #551192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551192 is #AAEE6D. Grayscale: #333333. Windows color (decimal): -11202158 or 9572693. OLE color: 9572693.
HSL color Cylindrical-coordinate representation of color #551192: hue angle of 271.63º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551192 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 17 | 146 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.43 |
| HSL | 271.63º | 0.79% | 0.32% | - |
| HSV(B) | 271.63º | 0.88% | 0.57% | - |
| XYZ | 9.14 | 4.41 | 27.56 | - |
| YUV | 52.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 146 | 0.42 | 0.88 | 0 | 0.43 | 271.63 | 0.79 | 0.32 |
| Hex | 55 | 11 | 92 | 2A | 58 | 0 | 2B | 110 | 4F | 20 |
| Octal | 125 | 21 | 222 | 52 | 130 | 0 | 53 | 420 | 117 | 40 |
| Binary | 1010101 | 10001 | 10010010 | 101010 | 1011000 | 0 | 101011 | 100010000 | 1001111 | 100000 |
Color Harmonies of #551192
Complementary color
Monochromatic Colors of #551192
Black with #551192
Text Example
Text Example
White with #551192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551192; }
p { color: rgb(85,17,146); }
H1.HeaderClassName
{
color: #551192;
}
.AnyTagClassName
{
color: #551192;
}
</style>
background-color css
<style>
a { background-color: #551192; }
a { background-color: rgb(85,17,146); }
div.DivClassName
{
background-color: #551192;
}
.BgClassName
{
background-color: #551192;
}
</style>
border-color css
<style>
span { border-color: #551192; }
span { border-color: rgb(85,17,146); }
td.TdClassName
{
border-color: #551192;
}
.TagClassName
{
border-color: #551192;
}
</style>