Shades of Indigo #551896
Tints of Indigo #551896
RGB
CMYK
RGB Variations
Color information
#551896 (or 0x551896) is known color: Indigo. HEX triplet: 55, 18 and 96. RGB value is (85,24,150). Sum of RGB (Red+Green+Blue) = 85+24+150=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #551896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551896 is #AAE769. Grayscale: #383838. Windows color (decimal): -11200362 or 9836629. OLE color: 9836629.
HSL color Cylindrical-coordinate representation of color #551896: hue angle of 269.05º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551896 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 24 | 150 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.41 |
| HSL | 269.05º | 0.72% | 0.34% | - |
| HSV(B) | 269.05º | 0.84% | 0.59% | - |
| XYZ | 9.58 | 4.79 | 29.27 | - |
| YUV | 56.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 150 | 0.43 | 0.84 | 0 | 0.41 | 269.05 | 0.72 | 0.34 |
| Hex | 55 | 18 | 96 | 2B | 54 | 0 | 29 | 10D | 48 | 22 |
| Octal | 125 | 30 | 226 | 53 | 124 | 0 | 51 | 415 | 110 | 42 |
| Binary | 1010101 | 11000 | 10010110 | 101011 | 1010100 | 0 | 101001 | 100001101 | 1001000 | 100010 |
Color Harmonies of #551896
Complementary color
Monochromatic Colors of #551896
Black with #551896
Text Example
Text Example
White with #551896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551896; }
p { color: rgb(85,24,150); }
H1.HeaderClassName
{
color: #551896;
}
.AnyTagClassName
{
color: #551896;
}
</style>
background-color css
<style>
a { background-color: #551896; }
a { background-color: rgb(85,24,150); }
div.DivClassName
{
background-color: #551896;
}
.BgClassName
{
background-color: #551896;
}
</style>
border-color css
<style>
span { border-color: #551896; }
span { border-color: rgb(85,24,150); }
td.TdClassName
{
border-color: #551896;
}
.TagClassName
{
border-color: #551896;
}
</style>