Shades of Indigo #550A8A
Tints of Indigo #550A8A
RGB
CMYK
RGB Variations
Color information
#550A8A (or 0x550A8A) is known color: Indigo. HEX triplet: 55, 0A and 8A. RGB value is (85,10,138). Sum of RGB (Red+Green+Blue) = 85+10+138=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #550A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550A8A is #AAF575. Grayscale: #2E2E2E. Windows color (decimal): -11203958 or 9046613. OLE color: 9046613.
HSL color Cylindrical-coordinate representation of color #550A8A: hue angle of 275.16º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550A8A is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 10 | 138 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.46 |
| HSL | 275.16º | 0.86% | 0.29% | - |
| HSV(B) | 275.16º | 0.93% | 0.54% | - |
| XYZ | 8.44 | 3.98 | 24.37 | - |
| YUV | 47.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 138 | 0.38 | 0.93 | 0 | 0.46 | 275.16 | 0.86 | 0.29 |
| Hex | 55 | A | 8A | 26 | 5D | 0 | 2E | 113 | 56 | 1D |
| Octal | 125 | 12 | 212 | 46 | 135 | 0 | 56 | 423 | 126 | 35 |
| Binary | 1010101 | 1010 | 10001010 | 100110 | 1011101 | 0 | 101110 | 100010011 | 1010110 | 11101 |
Color Harmonies of #550A8A
Complementary color
Monochromatic Colors of #550A8A
Black with #550A8A
Text Example
Text Example
White with #550A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A8A; }
p { color: rgb(85,10,138); }
H1.HeaderClassName
{
color: #550A8A;
}
.AnyTagClassName
{
color: #550A8A;
}
</style>
background-color css
<style>
a { background-color: #550A8A; }
a { background-color: rgb(85,10,138); }
div.DivClassName
{
background-color: #550A8A;
}
.BgClassName
{
background-color: #550A8A;
}
</style>
border-color css
<style>
span { border-color: #550A8A; }
span { border-color: rgb(85,10,138); }
td.TdClassName
{
border-color: #550A8A;
}
.TagClassName
{
border-color: #550A8A;
}
</style>