Shades of Indigo #550297
Tints of Indigo #550297
RGB
CMYK
RGB Variations
Color information
#550297 (or 0x550297) is known color: Indigo. HEX triplet: 55, 02 and 97. RGB value is (85,2,151). Sum of RGB (Red+Green+Blue) = 85+2+151=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #550297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550297 is #AAFD68. Grayscale: #2B2B2B. Windows color (decimal): -11205993 or 9896533. OLE color: 9896533.
HSL color Cylindrical-coordinate representation of color #550297: hue angle of 273.42º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550297 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 2 | 151 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.41 |
| HSL | 273.42º | 0.97% | 0.3% | - |
| HSV(B) | 273.42º | 0.99% | 0.59% | - |
| XYZ | 9.35 | 4.21 | 29.6 | - |
| YUV | 43.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 151 | 0.44 | 0.99 | 0 | 0.41 | 273.42 | 0.97 | 0.3 |
| Hex | 55 | 2 | 97 | 2C | 63 | 0 | 29 | 111 | 61 | 1E |
| Octal | 125 | 2 | 227 | 54 | 143 | 0 | 51 | 421 | 141 | 36 |
| Binary | 1010101 | 10 | 10010111 | 101100 | 1100011 | 0 | 101001 | 100010001 | 1100001 | 11110 |
Color Harmonies of #550297
Complementary color
Monochromatic Colors of #550297
Black with #550297
Text Example
Text Example
White with #550297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550297; }
p { color: rgb(85,2,151); }
H1.HeaderClassName
{
color: #550297;
}
.AnyTagClassName
{
color: #550297;
}
</style>
background-color css
<style>
a { background-color: #550297; }
a { background-color: rgb(85,2,151); }
div.DivClassName
{
background-color: #550297;
}
.BgClassName
{
background-color: #550297;
}
</style>
border-color css
<style>
span { border-color: #550297; }
span { border-color: rgb(85,2,151); }
td.TdClassName
{
border-color: #550297;
}
.TagClassName
{
border-color: #550297;
}
</style>