Shades of Indigo #550BA7
Tints of Indigo #550BA7
RGB
CMYK
RGB Variations
Color information
#550BA7 (or 0x550BA7) is known color: Indigo. HEX triplet: 55, 0B and A7. RGB value is (85,11,167). Sum of RGB (Red+Green+Blue) = 85+11+167=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 167 (65.62% from 255 or 63.50% from 263); Max value from RGB is 167 - color contains mainly: blue. Hex color #550BA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550BA7 is #AAF458. Grayscale: #323232. Windows color (decimal): -11203673 or 10947413. OLE color: 10947413.
HSL color Cylindrical-coordinate representation of color #550BA7: hue angle of 268.46º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550BA7 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 11 | 167 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.35 |
| HSL | 268.46º | 0.88% | 0.35% | - |
| HSV(B) | 268.46º | 0.93% | 0.65% | - |
| XYZ | 10.84 | 4.96 | 36.95 | - |
| YUV | 50.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 167 | 0.49 | 0.93 | 0 | 0.35 | 268.46 | 0.88 | 0.35 |
| Hex | 55 | B | A7 | 31 | 5D | 0 | 23 | 10C | 58 | 23 |
| Octal | 125 | 13 | 247 | 61 | 135 | 0 | 43 | 414 | 130 | 43 |
| Binary | 1010101 | 1011 | 10100111 | 110001 | 1011101 | 0 | 100011 | 100001100 | 1011000 | 100011 |
Color Harmonies of #550BA7
Complementary color
Monochromatic Colors of #550BA7
Black with #550BA7
Text Example
Text Example
White with #550BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BA7; }
p { color: rgb(85,11,167); }
H1.HeaderClassName
{
color: #550BA7;
}
.AnyTagClassName
{
color: #550BA7;
}
</style>
background-color css
<style>
a { background-color: #550BA7; }
a { background-color: rgb(85,11,167); }
div.DivClassName
{
background-color: #550BA7;
}
.BgClassName
{
background-color: #550BA7;
}
</style>
border-color css
<style>
span { border-color: #550BA7; }
span { border-color: rgb(85,11,167); }
td.TdClassName
{
border-color: #550BA7;
}
.TagClassName
{
border-color: #550BA7;
}
</style>