Shades of Indigo #550C73
Tints of Indigo #550C73
RGB
CMYK
RGB Variations
Color information
#550C73 (or 0x550C73) is known color: Indigo. HEX triplet: 55, 0C and 73. RGB value is (85,12,115). Sum of RGB (Red+Green+Blue) = 85+12+115=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #550C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C73 is #AAF38C. Grayscale: #2D2D2D. Windows color (decimal): -11203469 or 7539797. OLE color: 7539797.
HSL color Cylindrical-coordinate representation of color #550C73: hue angle of 282.52º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550C73 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 12 | 115 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.55 |
| HSL | 282.52º | 0.81% | 0.25% | - |
| HSV(B) | 282.52º | 0.9% | 0.45% | - |
| XYZ | 6.97 | 3.43 | 16.51 | - |
| YUV | 45.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 115 | 0.26 | 0.90 | 0 | 0.55 | 282.52 | 0.81 | 0.25 |
| Hex | 55 | C | 73 | 1A | 5A | 0 | 37 | 11B | 51 | 19 |
| Octal | 125 | 14 | 163 | 32 | 132 | 0 | 67 | 433 | 121 | 31 |
| Binary | 1010101 | 1100 | 1110011 | 11010 | 1011010 | 0 | 110111 | 100011011 | 1010001 | 11001 |
Color Harmonies of #550C73
Complementary color
Monochromatic Colors of #550C73
Black with #550C73
Text Example
Text Example
White with #550C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C73; }
p { color: rgb(85,12,115); }
H1.HeaderClassName
{
color: #550C73;
}
.AnyTagClassName
{
color: #550C73;
}
</style>
background-color css
<style>
a { background-color: #550C73; }
a { background-color: rgb(85,12,115); }
div.DivClassName
{
background-color: #550C73;
}
.BgClassName
{
background-color: #550C73;
}
</style>
border-color css
<style>
span { border-color: #550C73; }
span { border-color: rgb(85,12,115); }
td.TdClassName
{
border-color: #550C73;
}
.TagClassName
{
border-color: #550C73;
}
</style>