Shades of Indigo #550A9E
Tints of Indigo #550A9E
RGB
CMYK
RGB Variations
Color information
#550A9E (or 0x550A9E) is known color: Indigo. HEX triplet: 55, 0A and 9E. RGB value is (85,10,158). Sum of RGB (Red+Green+Blue) = 85+10+158=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #550A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550A9E is #AAF561. Grayscale: #303030. Windows color (decimal): -11203938 or 10357333. OLE color: 10357333.
HSL color Cylindrical-coordinate representation of color #550A9E: hue angle of 270.41º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550A9E is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 10 | 158 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.38 |
| HSL | 270.41º | 0.88% | 0.33% | - |
| HSV(B) | 270.41º | 0.94% | 0.62% | - |
| XYZ | 10.03 | 4.62 | 32.71 | - |
| YUV | 49.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 158 | 0.46 | 0.94 | 0 | 0.38 | 270.41 | 0.88 | 0.33 |
| Hex | 55 | A | 9E | 2E | 5E | 0 | 26 | 10E | 58 | 21 |
| Octal | 125 | 12 | 236 | 56 | 136 | 0 | 46 | 416 | 130 | 41 |
| Binary | 1010101 | 1010 | 10011110 | 101110 | 1011110 | 0 | 100110 | 100001110 | 1011000 | 100001 |
Color Harmonies of #550A9E
Complementary color
Monochromatic Colors of #550A9E
Black with #550A9E
Text Example
Text Example
White with #550A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A9E; }
p { color: rgb(85,10,158); }
H1.HeaderClassName
{
color: #550A9E;
}
.AnyTagClassName
{
color: #550A9E;
}
</style>
background-color css
<style>
a { background-color: #550A9E; }
a { background-color: rgb(85,10,158); }
div.DivClassName
{
background-color: #550A9E;
}
.BgClassName
{
background-color: #550A9E;
}
</style>
border-color css
<style>
span { border-color: #550A9E; }
span { border-color: rgb(85,10,158); }
td.TdClassName
{
border-color: #550A9E;
}
.TagClassName
{
border-color: #550A9E;
}
</style>