Shades of Indigo #550187
Tints of Indigo #550187
RGB
CMYK
RGB Variations
Color information
#550187 (or 0x550187) is known color: Indigo. HEX triplet: 55, 01 and 87. RGB value is (85,1,135). Sum of RGB (Red+Green+Blue) = 85+1+135=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #550187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550187 is #AAFE78. Grayscale: #282828. Windows color (decimal): -11206265 or 8847701. OLE color: 8847701.
HSL color Cylindrical-coordinate representation of color #550187: hue angle of 277.61º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550187 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 1 | 135 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.47 |
| HSL | 277.61º | 0.99% | 0.27% | - |
| HSV(B) | 277.61º | 0.99% | 0.53% | - |
| XYZ | 8.13 | 3.7 | 23.21 | - |
| YUV | 41.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 135 | 0.37 | 0.99 | 0 | 0.47 | 277.61 | 0.99 | 0.27 |
| Hex | 55 | 1 | 87 | 25 | 63 | 0 | 2F | 116 | 63 | 1B |
| Octal | 125 | 1 | 207 | 45 | 143 | 0 | 57 | 426 | 143 | 33 |
| Binary | 1010101 | 1 | 10000111 | 100101 | 1100011 | 0 | 101111 | 100010110 | 1100011 | 11011 |
Color Harmonies of #550187
Complementary color
Monochromatic Colors of #550187
Black with #550187
Text Example
Text Example
White with #550187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550187; }
p { color: rgb(85,1,135); }
H1.HeaderClassName
{
color: #550187;
}
.AnyTagClassName
{
color: #550187;
}
</style>
background-color css
<style>
a { background-color: #550187; }
a { background-color: rgb(85,1,135); }
div.DivClassName
{
background-color: #550187;
}
.BgClassName
{
background-color: #550187;
}
</style>
border-color css
<style>
span { border-color: #550187; }
span { border-color: rgb(85,1,135); }
td.TdClassName
{
border-color: #550187;
}
.TagClassName
{
border-color: #550187;
}
</style>