Shades of Indigo #550273
Tints of Indigo #550273
RGB
CMYK
RGB Variations
Color information
#550273 (or 0x550273) is known color: Indigo. HEX triplet: 55, 02 and 73. RGB value is (85,2,115). Sum of RGB (Red+Green+Blue) = 85+2+115=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #550273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550273 is #AAFD8C. Grayscale: #272727. Windows color (decimal): -11206029 or 7537237. OLE color: 7537237.
HSL color Cylindrical-coordinate representation of color #550273: hue angle of 284.07º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550273 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 2 | 115 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.55 |
| HSL | 284.07º | 0.97% | 0.23% | - |
| HSV(B) | 284.07º | 0.98% | 0.45% | - |
| XYZ | 6.86 | 3.21 | 16.48 | - |
| YUV | 39.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 115 | 0.26 | 0.98 | 0 | 0.55 | 284.07 | 0.97 | 0.23 |
| Hex | 55 | 2 | 73 | 1A | 62 | 0 | 37 | 11C | 61 | 17 |
| Octal | 125 | 2 | 163 | 32 | 142 | 0 | 67 | 434 | 141 | 27 |
| Binary | 1010101 | 10 | 1110011 | 11010 | 1100010 | 0 | 110111 | 100011100 | 1100001 | 10111 |
Color Harmonies of #550273
Complementary color
Monochromatic Colors of #550273
Black with #550273
Text Example
Text Example
White with #550273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550273; }
p { color: rgb(85,2,115); }
H1.HeaderClassName
{
color: #550273;
}
.AnyTagClassName
{
color: #550273;
}
</style>
background-color css
<style>
a { background-color: #550273; }
a { background-color: rgb(85,2,115); }
div.DivClassName
{
background-color: #550273;
}
.BgClassName
{
background-color: #550273;
}
</style>
border-color css
<style>
span { border-color: #550273; }
span { border-color: rgb(85,2,115); }
td.TdClassName
{
border-color: #550273;
}
.TagClassName
{
border-color: #550273;
}
</style>