Shades of Indigo #550768
Tints of Indigo #550768
RGB
CMYK
RGB Variations
Color information
#550768 (or 0x550768) is known color: Indigo. HEX triplet: 55, 07 and 68. RGB value is (85,7,104). Sum of RGB (Red+Green+Blue) = 85+7+104=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #550768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550768 is #AAF897. Grayscale: #292929. Windows color (decimal): -11204760 or 6817621. OLE color: 6817621.
HSL color Cylindrical-coordinate representation of color #550768: hue angle of 288.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550768 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 7 | 104 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.59 |
| HSL | 288.25º | 0.87% | 0.22% | - |
| HSV(B) | 288.25º | 0.93% | 0.41% | - |
| XYZ | 6.32 | 3.08 | 13.36 | - |
| YUV | 41.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 104 | 0.18 | 0.93 | 0 | 0.59 | 288.25 | 0.87 | 0.22 |
| Hex | 55 | 7 | 68 | 12 | 5D | 0 | 3B | 120 | 57 | 16 |
| Octal | 125 | 7 | 150 | 22 | 135 | 0 | 73 | 440 | 127 | 26 |
| Binary | 1010101 | 111 | 1101000 | 10010 | 1011101 | 0 | 111011 | 100100000 | 1010111 | 10110 |
Color Harmonies of #550768
Complementary color
Monochromatic Colors of #550768
Black with #550768
Text Example
Text Example
White with #550768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550768; }
p { color: rgb(85,7,104); }
H1.HeaderClassName
{
color: #550768;
}
.AnyTagClassName
{
color: #550768;
}
</style>
background-color css
<style>
a { background-color: #550768; }
a { background-color: rgb(85,7,104); }
div.DivClassName
{
background-color: #550768;
}
.BgClassName
{
background-color: #550768;
}
</style>
border-color css
<style>
span { border-color: #550768; }
span { border-color: rgb(85,7,104); }
td.TdClassName
{
border-color: #550768;
}
.TagClassName
{
border-color: #550768;
}
</style>