Shades of Indigo #550BAA
Tints of Indigo #550BAA
RGB
CMYK
RGB Variations
Color information
#550BAA (or 0x550BAA) is known color: Indigo. HEX triplet: 55, 0B and AA. RGB value is (85,11,170). Sum of RGB (Red+Green+Blue) = 85+11+170=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #550BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550BAA is #AAF455. Grayscale: #323232. Windows color (decimal): -11203670 or 11144021. OLE color: 11144021.
HSL color Cylindrical-coordinate representation of color #550BAA: hue angle of 267.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550BAA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 11 | 170 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.33 |
| HSL | 267.92º | 0.88% | 0.35% | - |
| HSV(B) | 267.92º | 0.94% | 0.67% | - |
| XYZ | 11.12 | 5.07 | 38.42 | - |
| YUV | 51.25 | 195.02 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 170 | 0.50 | 0.94 | 0 | 0.33 | 267.92 | 0.88 | 0.35 |
| Hex | 55 | B | AA | 32 | 5E | 0 | 21 | 10C | 58 | 23 |
| Octal | 125 | 13 | 252 | 62 | 136 | 0 | 41 | 414 | 130 | 43 |
| Binary | 1010101 | 1011 | 10101010 | 110010 | 1011110 | 0 | 100001 | 100001100 | 1011000 | 100011 |
Color Harmonies of #550BAA
Complementary color
Monochromatic Colors of #550BAA
Black with #550BAA
Text Example
Text Example
White with #550BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BAA; }
p { color: rgb(85,11,170); }
H1.HeaderClassName
{
color: #550BAA;
}
.AnyTagClassName
{
color: #550BAA;
}
</style>
background-color css
<style>
a { background-color: #550BAA; }
a { background-color: rgb(85,11,170); }
div.DivClassName
{
background-color: #550BAA;
}
.BgClassName
{
background-color: #550BAA;
}
</style>
border-color css
<style>
span { border-color: #550BAA; }
span { border-color: rgb(85,11,170); }
td.TdClassName
{
border-color: #550BAA;
}
.TagClassName
{
border-color: #550BAA;
}
</style>