Shades of Indigo #550460
Tints of Indigo #550460
RGB
CMYK
RGB Variations
Color information
#550460 (or 0x550460) is known color: Indigo. HEX triplet: 55, 04 and 60. RGB value is (85,4,96). Sum of RGB (Red+Green+Blue) = 85+4+96=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #550460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550460 is #AAFB9F. Grayscale: #262626. Windows color (decimal): -11205536 or 6292565. OLE color: 6292565.
HSL color Cylindrical-coordinate representation of color #550460: hue angle of 292.83º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550460 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 4 | 96 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.62 |
| HSL | 292.83º | 0.92% | 0.2% | - |
| HSV(B) | 292.83º | 0.96% | 0.38% | - |
| XYZ | 5.9 | 2.86 | 11.31 | - |
| YUV | 38.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 96 | 0.11 | 0.96 | 0 | 0.62 | 292.83 | 0.92 | 0.2 |
| Hex | 55 | 4 | 60 | B | 60 | 0 | 3E | 125 | 5C | 14 |
| Octal | 125 | 4 | 140 | 13 | 140 | 0 | 76 | 445 | 134 | 24 |
| Binary | 1010101 | 100 | 1100000 | 1011 | 1100000 | 0 | 111110 | 100100101 | 1011100 | 10100 |
Color Harmonies of #550460
Complementary color
Monochromatic Colors of #550460
Black with #550460
Text Example
Text Example
White with #550460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550460; }
p { color: rgb(85,4,96); }
H1.HeaderClassName
{
color: #550460;
}
.AnyTagClassName
{
color: #550460;
}
</style>
background-color css
<style>
a { background-color: #550460; }
a { background-color: rgb(85,4,96); }
div.DivClassName
{
background-color: #550460;
}
.BgClassName
{
background-color: #550460;
}
</style>
border-color css
<style>
span { border-color: #550460; }
span { border-color: rgb(85,4,96); }
td.TdClassName
{
border-color: #550460;
}
.TagClassName
{
border-color: #550460;
}
</style>