Shades of Indigo #550694
Tints of Indigo #550694
RGB
CMYK
RGB Variations
Color information
#550694 (or 0x550694) is known color: Indigo. HEX triplet: 55, 06 and 94. RGB value is (85,6,148). Sum of RGB (Red+Green+Blue) = 85+6+148=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #550694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550694 is #AAF96B. Grayscale: #2D2D2D. Windows color (decimal): -11204972 or 9700949. OLE color: 9700949.
HSL color Cylindrical-coordinate representation of color #550694: hue angle of 273.38º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550694 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 6 | 148 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.42 |
| HSL | 273.38º | 0.92% | 0.3% | - |
| HSV(B) | 273.38º | 0.96% | 0.58% | - |
| XYZ | 9.16 | 4.2 | 28.34 | - |
| YUV | 45.81 | 185.67 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 148 | 0.43 | 0.96 | 0 | 0.42 | 273.38 | 0.92 | 0.3 |
| Hex | 55 | 6 | 94 | 2B | 60 | 0 | 2A | 111 | 5C | 1E |
| Octal | 125 | 6 | 224 | 53 | 140 | 0 | 52 | 421 | 134 | 36 |
| Binary | 1010101 | 110 | 10010100 | 101011 | 1100000 | 0 | 101010 | 100010001 | 1011100 | 11110 |
Color Harmonies of #550694
Complementary color
Monochromatic Colors of #550694
Black with #550694
Text Example
Text Example
White with #550694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550694; }
p { color: rgb(85,6,148); }
H1.HeaderClassName
{
color: #550694;
}
.AnyTagClassName
{
color: #550694;
}
</style>
background-color css
<style>
a { background-color: #550694; }
a { background-color: rgb(85,6,148); }
div.DivClassName
{
background-color: #550694;
}
.BgClassName
{
background-color: #550694;
}
</style>
border-color css
<style>
span { border-color: #550694; }
span { border-color: rgb(85,6,148); }
td.TdClassName
{
border-color: #550694;
}
.TagClassName
{
border-color: #550694;
}
</style>