Shades of Indigo #550598
Tints of Indigo #550598
RGB
CMYK
RGB Variations
Color information
#550598 (or 0x550598) is known color: Indigo. HEX triplet: 55, 05 and 98. RGB value is (85,5,152). Sum of RGB (Red+Green+Blue) = 85+5+152=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #550598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550598 is #AAFA67. Grayscale: #2D2D2D. Windows color (decimal): -11205224 or 9962837. OLE color: 9962837.
HSL color Cylindrical-coordinate representation of color #550598: hue angle of 272.65º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550598 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 5 | 152 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.40 |
| HSL | 272.65º | 0.94% | 0.31% | - |
| HSV(B) | 272.65º | 0.97% | 0.6% | - |
| XYZ | 9.47 | 4.31 | 30.04 | - |
| YUV | 45.68 | 188 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 152 | 0.44 | 0.97 | 0 | 0.40 | 272.65 | 0.94 | 0.31 |
| Hex | 55 | 5 | 98 | 2C | 61 | 0 | 28 | 111 | 5E | 1F |
| Octal | 125 | 5 | 230 | 54 | 141 | 0 | 50 | 421 | 136 | 37 |
| Binary | 1010101 | 101 | 10011000 | 101100 | 1100001 | 0 | 101000 | 100010001 | 1011110 | 11111 |
Color Harmonies of #550598
Complementary color
Monochromatic Colors of #550598
Black with #550598
Text Example
Text Example
White with #550598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550598; }
p { color: rgb(85,5,152); }
H1.HeaderClassName
{
color: #550598;
}
.AnyTagClassName
{
color: #550598;
}
</style>
background-color css
<style>
a { background-color: #550598; }
a { background-color: rgb(85,5,152); }
div.DivClassName
{
background-color: #550598;
}
.BgClassName
{
background-color: #550598;
}
</style>
border-color css
<style>
span { border-color: #550598; }
span { border-color: rgb(85,5,152); }
td.TdClassName
{
border-color: #550598;
}
.TagClassName
{
border-color: #550598;
}
</style>