Shades of Indigo #550FA1
Tints of Indigo #550FA1
RGB
CMYK
RGB Variations
Color information
#550FA1 (or 0x550FA1) is known color: Indigo. HEX triplet: 55, 0F and A1. RGB value is (85,15,161). Sum of RGB (Red+Green+Blue) = 85+15+161=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 161 (63.28% from 255 or 61.69% from 261); Max value from RGB is 161 - color contains mainly: blue. Hex color #550FA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550FA1 is #AAF05E. Grayscale: #343434. Windows color (decimal): -11202655 or 10555221. OLE color: 10555221.
HSL color Cylindrical-coordinate representation of color #550FA1: hue angle of 268.77º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550FA1 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 15 | 161 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.37 |
| HSL | 268.77º | 0.83% | 0.35% | - |
| HSV(B) | 268.77º | 0.91% | 0.63% | - |
| XYZ | 10.35 | 4.85 | 34.11 | - |
| YUV | 52.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 161 | 0.47 | 0.91 | 0 | 0.37 | 268.77 | 0.83 | 0.35 |
| Hex | 55 | F | A1 | 2F | 5B | 0 | 25 | 10D | 53 | 23 |
| Octal | 125 | 17 | 241 | 57 | 133 | 0 | 45 | 415 | 123 | 43 |
| Binary | 1010101 | 1111 | 10100001 | 101111 | 1011011 | 0 | 100101 | 100001101 | 1010011 | 100011 |
Color Harmonies of #550FA1
Complementary color
Monochromatic Colors of #550FA1
Black with #550FA1
Text Example
Text Example
White with #550FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FA1; }
p { color: rgb(85,15,161); }
H1.HeaderClassName
{
color: #550FA1;
}
.AnyTagClassName
{
color: #550FA1;
}
</style>
background-color css
<style>
a { background-color: #550FA1; }
a { background-color: rgb(85,15,161); }
div.DivClassName
{
background-color: #550FA1;
}
.BgClassName
{
background-color: #550FA1;
}
</style>
border-color css
<style>
span { border-color: #550FA1; }
span { border-color: rgb(85,15,161); }
td.TdClassName
{
border-color: #550FA1;
}
.TagClassName
{
border-color: #550FA1;
}
</style>