Shades of Indigo #550366
Tints of Indigo #550366
RGB
CMYK
RGB Variations
Color information
#550366 (or 0x550366) is known color: Indigo. HEX triplet: 55, 03 and 66. RGB value is (85,3,102). Sum of RGB (Red+Green+Blue) = 85+3+102=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #550366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550366 is #AAFC99. Grayscale: #262626. Windows color (decimal): -11205786 or 6685525. OLE color: 6685525.
HSL color Cylindrical-coordinate representation of color #550366: hue angle of 289.7º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550366 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 3 | 102 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.6 |
| HSL | 289.7º | 0.94% | 0.21% | - |
| HSV(B) | 289.7º | 0.97% | 0.4% | - |
| XYZ | 6.18 | 2.96 | 12.82 | - |
| YUV | 38.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 102 | 0.17 | 0.97 | 0 | 0.6 | 289.7 | 0.94 | 0.21 |
| Hex | 55 | 3 | 66 | 11 | 61 | 0 | 3C | 122 | 5E | 15 |
| Octal | 125 | 3 | 146 | 21 | 141 | 0 | 74 | 442 | 136 | 25 |
| Binary | 1010101 | 11 | 1100110 | 10001 | 1100001 | 0 | 111100 | 100100010 | 1011110 | 10101 |
Color Harmonies of #550366
Complementary color
Monochromatic Colors of #550366
Black with #550366
Text Example
Text Example
White with #550366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550366; }
p { color: rgb(85,3,102); }
H1.HeaderClassName
{
color: #550366;
}
.AnyTagClassName
{
color: #550366;
}
</style>
background-color css
<style>
a { background-color: #550366; }
a { background-color: rgb(85,3,102); }
div.DivClassName
{
background-color: #550366;
}
.BgClassName
{
background-color: #550366;
}
</style>
border-color css
<style>
span { border-color: #550366; }
span { border-color: rgb(85,3,102); }
td.TdClassName
{
border-color: #550366;
}
.TagClassName
{
border-color: #550366;
}
</style>