Shades of Indigo #550FA6
Tints of Indigo #550FA6
RGB
CMYK
RGB Variations
Color information
#550FA6 (or 0x550FA6) is known color: Indigo. HEX triplet: 55, 0F and A6. RGB value is (85,15,166). Sum of RGB (Red+Green+Blue) = 85+15+166=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 166 (65.23% from 255 or 62.41% from 266); Max value from RGB is 166 - color contains mainly: blue. Hex color #550FA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550FA6 is #AAF059. Grayscale: #343434. Windows color (decimal): -11202650 or 10882901. OLE color: 10882901.
HSL color Cylindrical-coordinate representation of color #550FA6: hue angle of 267.81º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550FA6 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 15 | 166 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.35 |
| HSL | 267.81º | 0.83% | 0.35% | - |
| HSV(B) | 267.81º | 0.91% | 0.65% | - |
| XYZ | 10.8 | 5.03 | 36.48 | - |
| YUV | 53.14 | 191.69 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 166 | 0.49 | 0.91 | 0 | 0.35 | 267.81 | 0.83 | 0.35 |
| Hex | 55 | F | A6 | 31 | 5B | 0 | 23 | 10C | 53 | 23 |
| Octal | 125 | 17 | 246 | 61 | 133 | 0 | 43 | 414 | 123 | 43 |
| Binary | 1010101 | 1111 | 10100110 | 110001 | 1011011 | 0 | 100011 | 100001100 | 1010011 | 100011 |
Color Harmonies of #550FA6
Complementary color
Monochromatic Colors of #550FA6
Black with #550FA6
Text Example
Text Example
White with #550FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FA6; }
p { color: rgb(85,15,166); }
H1.HeaderClassName
{
color: #550FA6;
}
.AnyTagClassName
{
color: #550FA6;
}
</style>
background-color css
<style>
a { background-color: #550FA6; }
a { background-color: rgb(85,15,166); }
div.DivClassName
{
background-color: #550FA6;
}
.BgClassName
{
background-color: #550FA6;
}
</style>
border-color css
<style>
span { border-color: #550FA6; }
span { border-color: rgb(85,15,166); }
td.TdClassName
{
border-color: #550FA6;
}
.TagClassName
{
border-color: #550FA6;
}
</style>