Shades of Indigo #550387
Tints of Indigo #550387
RGB
CMYK
RGB Variations
Color information
#550387 (or 0x550387) is known color: Indigo. HEX triplet: 55, 03 and 87. RGB value is (85,3,135). Sum of RGB (Red+Green+Blue) = 85+3+135=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #550387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550387 is #AAFC78. Grayscale: #2A2A2A. Windows color (decimal): -11205753 or 8848213. OLE color: 8848213.
HSL color Cylindrical-coordinate representation of color #550387: hue angle of 277.27º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550387 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 3 | 135 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.47 |
| HSL | 277.27º | 0.96% | 0.27% | - |
| HSV(B) | 277.27º | 0.98% | 0.53% | - |
| XYZ | 8.15 | 3.75 | 23.22 | - |
| YUV | 42.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 135 | 0.37 | 0.98 | 0 | 0.47 | 277.27 | 0.96 | 0.27 |
| Hex | 55 | 3 | 87 | 25 | 62 | 0 | 2F | 115 | 60 | 1B |
| Octal | 125 | 3 | 207 | 45 | 142 | 0 | 57 | 425 | 140 | 33 |
| Binary | 1010101 | 11 | 10000111 | 100101 | 1100010 | 0 | 101111 | 100010101 | 1100000 | 11011 |
Color Harmonies of #550387
Complementary color
Monochromatic Colors of #550387
Black with #550387
Text Example
Text Example
White with #550387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550387; }
p { color: rgb(85,3,135); }
H1.HeaderClassName
{
color: #550387;
}
.AnyTagClassName
{
color: #550387;
}
</style>
background-color css
<style>
a { background-color: #550387; }
a { background-color: rgb(85,3,135); }
div.DivClassName
{
background-color: #550387;
}
.BgClassName
{
background-color: #550387;
}
</style>
border-color css
<style>
span { border-color: #550387; }
span { border-color: rgb(85,3,135); }
td.TdClassName
{
border-color: #550387;
}
.TagClassName
{
border-color: #550387;
}
</style>