Shades of Indigo #550BA0
Tints of Indigo #550BA0
RGB
CMYK
RGB Variations
Color information
#550BA0 (or 0x550BA0) is known color: Indigo. HEX triplet: 55, 0B and A0. RGB value is (85,11,160). Sum of RGB (Red+Green+Blue) = 85+11+160=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #550BA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550BA0 is #AAF45F. Grayscale: #313131. Windows color (decimal): -11203680 or 10488661. OLE color: 10488661.
HSL color Cylindrical-coordinate representation of color #550BA0: hue angle of 269.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550BA0 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 11 | 160 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.37 |
| HSL | 269.8º | 0.87% | 0.34% | - |
| HSV(B) | 269.8º | 0.93% | 0.63% | - |
| XYZ | 10.21 | 4.71 | 33.63 | - |
| YUV | 50.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 160 | 0.47 | 0.93 | 0 | 0.37 | 269.8 | 0.87 | 0.34 |
| Hex | 55 | B | A0 | 2F | 5D | 0 | 25 | 10E | 57 | 22 |
| Octal | 125 | 13 | 240 | 57 | 135 | 0 | 45 | 416 | 127 | 42 |
| Binary | 1010101 | 1011 | 10100000 | 101111 | 1011101 | 0 | 100101 | 100001110 | 1010111 | 100010 |
Color Harmonies of #550BA0
Complementary color
Monochromatic Colors of #550BA0
Black with #550BA0
Text Example
Text Example
White with #550BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BA0; }
p { color: rgb(85,11,160); }
H1.HeaderClassName
{
color: #550BA0;
}
.AnyTagClassName
{
color: #550BA0;
}
</style>
background-color css
<style>
a { background-color: #550BA0; }
a { background-color: rgb(85,11,160); }
div.DivClassName
{
background-color: #550BA0;
}
.BgClassName
{
background-color: #550BA0;
}
</style>
border-color css
<style>
span { border-color: #550BA0; }
span { border-color: rgb(85,11,160); }
td.TdClassName
{
border-color: #550BA0;
}
.TagClassName
{
border-color: #550BA0;
}
</style>