Shades of Indigo #551798
Tints of Indigo #551798
RGB
CMYK
RGB Variations
Color information
#551798 (or 0x551798) is known color: Indigo. HEX triplet: 55, 17 and 98. RGB value is (85,23,152). Sum of RGB (Red+Green+Blue) = 85+23+152=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #551798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551798 is #AAE867. Grayscale: #373737. Windows color (decimal): -11200616 or 9967445. OLE color: 9967445.
HSL color Cylindrical-coordinate representation of color #551798: hue angle of 268.84º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551798 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 23 | 152 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.40 |
| HSL | 268.84º | 0.74% | 0.34% | - |
| HSV(B) | 268.84º | 0.85% | 0.6% | - |
| XYZ | 9.72 | 4.81 | 30.12 | - |
| YUV | 56.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 152 | 0.44 | 0.85 | 0 | 0.40 | 268.84 | 0.74 | 0.34 |
| Hex | 55 | 17 | 98 | 2C | 55 | 0 | 28 | 10D | 4A | 22 |
| Octal | 125 | 27 | 230 | 54 | 125 | 0 | 50 | 415 | 112 | 42 |
| Binary | 1010101 | 10111 | 10011000 | 101100 | 1010101 | 0 | 101000 | 100001101 | 1001010 | 100010 |
Color Harmonies of #551798
Complementary color
Monochromatic Colors of #551798
Black with #551798
Text Example
Text Example
White with #551798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551798; }
p { color: rgb(85,23,152); }
H1.HeaderClassName
{
color: #551798;
}
.AnyTagClassName
{
color: #551798;
}
</style>
background-color css
<style>
a { background-color: #551798; }
a { background-color: rgb(85,23,152); }
div.DivClassName
{
background-color: #551798;
}
.BgClassName
{
background-color: #551798;
}
</style>
border-color css
<style>
span { border-color: #551798; }
span { border-color: rgb(85,23,152); }
td.TdClassName
{
border-color: #551798;
}
.TagClassName
{
border-color: #551798;
}
</style>