Shades of Indigo #550A9A
Tints of Indigo #550A9A
RGB
CMYK
RGB Variations
Color information
#550A9A (or 0x550A9A) is known color: Indigo. HEX triplet: 55, 0A and 9A. RGB value is (85,10,154). Sum of RGB (Red+Green+Blue) = 85+10+154=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #550A9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550A9A is #AAF565. Grayscale: #303030. Windows color (decimal): -11203942 or 10095189. OLE color: 10095189.
HSL color Cylindrical-coordinate representation of color #550A9A: hue angle of 271.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550A9A is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 10 | 154 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.40 |
| HSL | 271.25º | 0.88% | 0.32% | - |
| HSV(B) | 271.25º | 0.94% | 0.6% | - |
| XYZ | 9.69 | 4.48 | 30.93 | - |
| YUV | 48.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 154 | 0.45 | 0.94 | 0 | 0.40 | 271.25 | 0.88 | 0.32 |
| Hex | 55 | A | 9A | 2D | 5E | 0 | 28 | 10F | 58 | 20 |
| Octal | 125 | 12 | 232 | 55 | 136 | 0 | 50 | 417 | 130 | 40 |
| Binary | 1010101 | 1010 | 10011010 | 101101 | 1011110 | 0 | 101000 | 100001111 | 1011000 | 100000 |
Color Harmonies of #550A9A
Complementary color
Monochromatic Colors of #550A9A
Black with #550A9A
Text Example
Text Example
White with #550A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A9A; }
p { color: rgb(85,10,154); }
H1.HeaderClassName
{
color: #550A9A;
}
.AnyTagClassName
{
color: #550A9A;
}
</style>
background-color css
<style>
a { background-color: #550A9A; }
a { background-color: rgb(85,10,154); }
div.DivClassName
{
background-color: #550A9A;
}
.BgClassName
{
background-color: #550A9A;
}
</style>
border-color css
<style>
span { border-color: #550A9A; }
span { border-color: rgb(85,10,154); }
td.TdClassName
{
border-color: #550A9A;
}
.TagClassName
{
border-color: #550A9A;
}
</style>