Shades of Indigo #551194
Tints of Indigo #551194
RGB
CMYK
RGB Variations
Color information
#551194 (or 0x551194) is known color: Indigo. HEX triplet: 55, 11 and 94. RGB value is (85,17,148). Sum of RGB (Red+Green+Blue) = 85+17+148=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #551194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551194 is #AAEE6B. Grayscale: #333333. Windows color (decimal): -11202156 or 9703765. OLE color: 9703765.
HSL color Cylindrical-coordinate representation of color #551194: hue angle of 271.15º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551194 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 17 | 148 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.42 |
| HSL | 271.15º | 0.79% | 0.32% | - |
| HSV(B) | 271.15º | 0.89% | 0.58% | - |
| XYZ | 9.29 | 4.47 | 28.39 | - |
| YUV | 52.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 148 | 0.43 | 0.89 | 0 | 0.42 | 271.15 | 0.79 | 0.32 |
| Hex | 55 | 11 | 94 | 2B | 59 | 0 | 2A | 10F | 4F | 20 |
| Octal | 125 | 21 | 224 | 53 | 131 | 0 | 52 | 417 | 117 | 40 |
| Binary | 1010101 | 10001 | 10010100 | 101011 | 1011001 | 0 | 101010 | 100001111 | 1001111 | 100000 |
Color Harmonies of #551194
Complementary color
Monochromatic Colors of #551194
Black with #551194
Text Example
Text Example
White with #551194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551194; }
p { color: rgb(85,17,148); }
H1.HeaderClassName
{
color: #551194;
}
.AnyTagClassName
{
color: #551194;
}
</style>
background-color css
<style>
a { background-color: #551194; }
a { background-color: rgb(85,17,148); }
div.DivClassName
{
background-color: #551194;
}
.BgClassName
{
background-color: #551194;
}
</style>
border-color css
<style>
span { border-color: #551194; }
span { border-color: rgb(85,17,148); }
td.TdClassName
{
border-color: #551194;
}
.TagClassName
{
border-color: #551194;
}
</style>