Shades of Indigo #550E85
Tints of Indigo #550E85
RGB
CMYK
RGB Variations
Color information
#550E85 (or 0x550E85) is known color: Indigo. HEX triplet: 55, 0E and 85. RGB value is (85,14,133). Sum of RGB (Red+Green+Blue) = 85+14+133=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #550E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550E85 is #AAF17A. Grayscale: #303030. Windows color (decimal): -11202939 or 8719957. OLE color: 8719957.
HSL color Cylindrical-coordinate representation of color #550E85: hue angle of 275.8º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550E85 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 14 | 133 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.48 |
| HSL | 275.8º | 0.81% | 0.29% | - |
| HSV(B) | 275.8º | 0.89% | 0.52% | - |
| XYZ | 8.14 | 3.94 | 22.52 | - |
| YUV | 48.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 133 | 0.36 | 0.89 | 0 | 0.48 | 275.8 | 0.81 | 0.29 |
| Hex | 55 | E | 85 | 24 | 59 | 0 | 30 | 114 | 51 | 1D |
| Octal | 125 | 16 | 205 | 44 | 131 | 0 | 60 | 424 | 121 | 35 |
| Binary | 1010101 | 1110 | 10000101 | 100100 | 1011001 | 0 | 110000 | 100010100 | 1010001 | 11101 |
Color Harmonies of #550E85
Complementary color
Monochromatic Colors of #550E85
Black with #550E85
Text Example
Text Example
White with #550E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550E85; }
p { color: rgb(85,14,133); }
H1.HeaderClassName
{
color: #550E85;
}
.AnyTagClassName
{
color: #550E85;
}
</style>
background-color css
<style>
a { background-color: #550E85; }
a { background-color: rgb(85,14,133); }
div.DivClassName
{
background-color: #550E85;
}
.BgClassName
{
background-color: #550E85;
}
</style>
border-color css
<style>
span { border-color: #550E85; }
span { border-color: rgb(85,14,133); }
td.TdClassName
{
border-color: #550E85;
}
.TagClassName
{
border-color: #550E85;
}
</style>