Shades of Indigo #551773
Tints of Indigo #551773
RGB
CMYK
RGB Variations
Color information
#551773 (or 0x551773) is known color: Indigo. HEX triplet: 55, 17 and 73. RGB value is (85,23,115). Sum of RGB (Red+Green+Blue) = 85+23+115=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #551773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551773 is #AAE88C. Grayscale: #333333. Windows color (decimal): -11200653 or 7542613. OLE color: 7542613.
HSL color Cylindrical-coordinate representation of color #551773: hue angle of 280.43º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551773 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 23 | 115 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.55 |
| HSL | 280.43º | 0.67% | 0.27% | - |
| HSV(B) | 280.43º | 0.8% | 0.45% | - |
| XYZ | 7.15 | 3.78 | 16.57 | - |
| YUV | 52.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 115 | 0.26 | 0.80 | 0 | 0.55 | 280.43 | 0.67 | 0.27 |
| Hex | 55 | 17 | 73 | 1A | 50 | 0 | 37 | 118 | 43 | 1B |
| Octal | 125 | 27 | 163 | 32 | 120 | 0 | 67 | 430 | 103 | 33 |
| Binary | 1010101 | 10111 | 1110011 | 11010 | 1010000 | 0 | 110111 | 100011000 | 1000011 | 11011 |
Color Harmonies of #551773
Complementary color
Monochromatic Colors of #551773
Black with #551773
Text Example
Text Example
White with #551773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551773; }
p { color: rgb(85,23,115); }
H1.HeaderClassName
{
color: #551773;
}
.AnyTagClassName
{
color: #551773;
}
</style>
background-color css
<style>
a { background-color: #551773; }
a { background-color: rgb(85,23,115); }
div.DivClassName
{
background-color: #551773;
}
.BgClassName
{
background-color: #551773;
}
</style>
border-color css
<style>
span { border-color: #551773; }
span { border-color: rgb(85,23,115); }
td.TdClassName
{
border-color: #551773;
}
.TagClassName
{
border-color: #551773;
}
</style>