Shades of Indigo #550891
Tints of Indigo #550891
RGB
CMYK
RGB Variations
Color information
#550891 (or 0x550891) is known color: Indigo. HEX triplet: 55, 08 and 91. RGB value is (85,8,145). Sum of RGB (Red+Green+Blue) = 85+8+145=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #550891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550891 is #AAF76E. Grayscale: #2E2E2E. Windows color (decimal): -11204463 or 9504853. OLE color: 9504853.
HSL color Cylindrical-coordinate representation of color #550891: hue angle of 273.72º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550891 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 8 | 145 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.43 |
| HSL | 273.72º | 0.9% | 0.3% | - |
| HSV(B) | 273.72º | 0.94% | 0.57% | - |
| XYZ | 8.94 | 4.15 | 27.12 | - |
| YUV | 46.64 | 183.51 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 145 | 0.41 | 0.94 | 0 | 0.43 | 273.72 | 0.9 | 0.3 |
| Hex | 55 | 8 | 91 | 29 | 5E | 0 | 2B | 112 | 5A | 1E |
| Octal | 125 | 10 | 221 | 51 | 136 | 0 | 53 | 422 | 132 | 36 |
| Binary | 1010101 | 1000 | 10010001 | 101001 | 1011110 | 0 | 101011 | 100010010 | 1011010 | 11110 |
Color Harmonies of #550891
Complementary color
Monochromatic Colors of #550891
Black with #550891
Text Example
Text Example
White with #550891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550891; }
p { color: rgb(85,8,145); }
H1.HeaderClassName
{
color: #550891;
}
.AnyTagClassName
{
color: #550891;
}
</style>
background-color css
<style>
a { background-color: #550891; }
a { background-color: rgb(85,8,145); }
div.DivClassName
{
background-color: #550891;
}
.BgClassName
{
background-color: #550891;
}
</style>
border-color css
<style>
span { border-color: #550891; }
span { border-color: rgb(85,8,145); }
td.TdClassName
{
border-color: #550891;
}
.TagClassName
{
border-color: #550891;
}
</style>