Shades of Indigo #550097
Tints of Indigo #550097
RGB
CMYK
RGB Variations
Color information
#550097 (or 0x550097) is known color: Indigo. HEX triplet: 55, 00 and 97. RGB value is (85,0,151). Sum of RGB (Red+Green+Blue) = 85+0+151=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #550097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550097 is #AAFF68. Grayscale: #2A2A2A. Windows color (decimal): -11206505 or 9896021. OLE color: 9896021.
HSL color Cylindrical-coordinate representation of color #550097: hue angle of 273.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550097 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 0 | 151 | - |
| CMYK | 0.44 | 1 | 0 | 0.41 |
| HSL | 273.77º | 1% | 0.3% | - |
| HSV(B) | 273.77º | 1% | 0.59% | - |
| XYZ | 9.33 | 4.17 | 29.59 | - |
| YUV | 42.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 151 | 0.44 | 1 | 0 | 0.41 | 273.77 | 1 | 0.3 |
| Hex | 55 | 0 | 97 | 2C | 64 | 0 | 29 | 112 | 64 | 1E |
| Octal | 125 | 0 | 227 | 54 | 144 | 0 | 51 | 422 | 144 | 36 |
| Binary | 1010101 | 0 | 10010111 | 101100 | 1100100 | 0 | 101001 | 100010010 | 1100100 | 11110 |
Color Harmonies of #550097
Complementary color
Monochromatic Colors of #550097
Black with #550097
Text Example
Text Example
White with #550097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550097; }
p { color: rgb(85,0,151); }
H1.HeaderClassName
{
color: #550097;
}
.AnyTagClassName
{
color: #550097;
}
</style>
background-color css
<style>
a { background-color: #550097; }
a { background-color: rgb(85,0,151); }
div.DivClassName
{
background-color: #550097;
}
.BgClassName
{
background-color: #550097;
}
</style>
border-color css
<style>
span { border-color: #550097; }
span { border-color: rgb(85,0,151); }
td.TdClassName
{
border-color: #550097;
}
.TagClassName
{
border-color: #550097;
}
</style>