Shades of Indigo #550764
Tints of Indigo #550764
RGB
CMYK
RGB Variations
Color information
#550764 (or 0x550764) is known color: Indigo. HEX triplet: 55, 07 and 64. RGB value is (85,7,100). Sum of RGB (Red+Green+Blue) = 85+7+100=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #550764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550764 is #AAF89B. Grayscale: #282828. Windows color (decimal): -11204764 or 6555477. OLE color: 6555477.
HSL color Cylindrical-coordinate representation of color #550764: hue angle of 290.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550764 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 7 | 100 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.61 |
| HSL | 290.32º | 0.87% | 0.21% | - |
| HSV(B) | 290.32º | 0.93% | 0.39% | - |
| XYZ | 6.12 | 3 | 12.31 | - |
| YUV | 40.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 100 | 0.15 | 0.93 | 0 | 0.61 | 290.32 | 0.87 | 0.21 |
| Hex | 55 | 7 | 64 | F | 5D | 0 | 3D | 122 | 57 | 15 |
| Octal | 125 | 7 | 144 | 17 | 135 | 0 | 75 | 442 | 127 | 25 |
| Binary | 1010101 | 111 | 1100100 | 1111 | 1011101 | 0 | 111101 | 100100010 | 1010111 | 10101 |
Color Harmonies of #550764
Complementary color
Monochromatic Colors of #550764
Black with #550764
Text Example
Text Example
White with #550764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550764; }
p { color: rgb(85,7,100); }
H1.HeaderClassName
{
color: #550764;
}
.AnyTagClassName
{
color: #550764;
}
</style>
background-color css
<style>
a { background-color: #550764; }
a { background-color: rgb(85,7,100); }
div.DivClassName
{
background-color: #550764;
}
.BgClassName
{
background-color: #550764;
}
</style>
border-color css
<style>
span { border-color: #550764; }
span { border-color: rgb(85,7,100); }
td.TdClassName
{
border-color: #550764;
}
.TagClassName
{
border-color: #550764;
}
</style>