Shades of Indigo #551880
Tints of Indigo #551880
RGB
CMYK
RGB Variations
Color information
#551880 (or 0x551880) is known color: Indigo. HEX triplet: 55, 18 and 80. RGB value is (85,24,128). Sum of RGB (Red+Green+Blue) = 85+24+128=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #551880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551880 is #AAE77F. Grayscale: #353535. Windows color (decimal): -11200384 or 8394837. OLE color: 8394837.
HSL color Cylindrical-coordinate representation of color #551880: hue angle of 275.19º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551880 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 24 | 128 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.50 |
| HSL | 275.19º | 0.68% | 0.3% | - |
| HSV(B) | 275.19º | 0.81% | 0.5% | - |
| XYZ | 7.97 | 4.14 | 20.8 | - |
| YUV | 54.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 128 | 0.34 | 0.81 | 0 | 0.50 | 275.19 | 0.68 | 0.3 |
| Hex | 55 | 18 | 80 | 22 | 51 | 0 | 32 | 113 | 44 | 1E |
| Octal | 125 | 30 | 200 | 42 | 121 | 0 | 62 | 423 | 104 | 36 |
| Binary | 1010101 | 11000 | 10000000 | 100010 | 1010001 | 0 | 110010 | 100010011 | 1000100 | 11110 |
Color Harmonies of #551880
Complementary color
Monochromatic Colors of #551880
Black with #551880
Text Example
Text Example
White with #551880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551880; }
p { color: rgb(85,24,128); }
H1.HeaderClassName
{
color: #551880;
}
.AnyTagClassName
{
color: #551880;
}
</style>
background-color css
<style>
a { background-color: #551880; }
a { background-color: rgb(85,24,128); }
div.DivClassName
{
background-color: #551880;
}
.BgClassName
{
background-color: #551880;
}
</style>
border-color css
<style>
span { border-color: #551880; }
span { border-color: rgb(85,24,128); }
td.TdClassName
{
border-color: #551880;
}
.TagClassName
{
border-color: #551880;
}
</style>