Shades of Indigo #550794
Tints of Indigo #550794
RGB
CMYK
RGB Variations
Color information
#550794 (or 0x550794) is known color: Indigo. HEX triplet: 55, 07 and 94. RGB value is (85,7,148). Sum of RGB (Red+Green+Blue) = 85+7+148=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #550794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550794 is #AAF86B. Grayscale: #2D2D2D. Windows color (decimal): -11204716 or 9701205. OLE color: 9701205.
HSL color Cylindrical-coordinate representation of color #550794: hue angle of 273.19º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550794 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 7 | 148 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.42 |
| HSL | 273.19º | 0.91% | 0.3% | - |
| HSV(B) | 273.19º | 0.95% | 0.58% | - |
| XYZ | 9.17 | 4.22 | 28.35 | - |
| YUV | 46.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 148 | 0.43 | 0.95 | 0 | 0.42 | 273.19 | 0.91 | 0.3 |
| Hex | 55 | 7 | 94 | 2B | 5F | 0 | 2A | 111 | 5B | 1E |
| Octal | 125 | 7 | 224 | 53 | 137 | 0 | 52 | 421 | 133 | 36 |
| Binary | 1010101 | 111 | 10010100 | 101011 | 1011111 | 0 | 101010 | 100010001 | 1011011 | 11110 |
Color Harmonies of #550794
Complementary color
Monochromatic Colors of #550794
Black with #550794
Text Example
Text Example
White with #550794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550794; }
p { color: rgb(85,7,148); }
H1.HeaderClassName
{
color: #550794;
}
.AnyTagClassName
{
color: #550794;
}
</style>
background-color css
<style>
a { background-color: #550794; }
a { background-color: rgb(85,7,148); }
div.DivClassName
{
background-color: #550794;
}
.BgClassName
{
background-color: #550794;
}
</style>
border-color css
<style>
span { border-color: #550794; }
span { border-color: rgb(85,7,148); }
td.TdClassName
{
border-color: #550794;
}
.TagClassName
{
border-color: #550794;
}
</style>