Shades of Indigo #550266
Tints of Indigo #550266
RGB
CMYK
RGB Variations
Color information
#550266 (or 0x550266) is known color: Indigo. HEX triplet: 55, 02 and 66. RGB value is (85,2,102). Sum of RGB (Red+Green+Blue) = 85+2+102=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #550266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550266 is #AAFD99. Grayscale: #252525. Windows color (decimal): -11206042 or 6685269. OLE color: 6685269.
HSL color Cylindrical-coordinate representation of color #550266: hue angle of 289.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550266 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 2 | 102 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.6 |
| HSL | 289.8º | 0.96% | 0.2% | - |
| HSV(B) | 289.8º | 0.98% | 0.4% | - |
| XYZ | 6.17 | 2.93 | 12.81 | - |
| YUV | 38.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 102 | 0.17 | 0.98 | 0 | 0.6 | 289.8 | 0.96 | 0.2 |
| Hex | 55 | 2 | 66 | 11 | 62 | 0 | 3C | 122 | 60 | 14 |
| Octal | 125 | 2 | 146 | 21 | 142 | 0 | 74 | 442 | 140 | 24 |
| Binary | 1010101 | 10 | 1100110 | 10001 | 1100010 | 0 | 111100 | 100100010 | 1100000 | 10100 |
Color Harmonies of #550266
Complementary color
Monochromatic Colors of #550266
Black with #550266
Text Example
Text Example
White with #550266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550266; }
p { color: rgb(85,2,102); }
H1.HeaderClassName
{
color: #550266;
}
.AnyTagClassName
{
color: #550266;
}
</style>
background-color css
<style>
a { background-color: #550266; }
a { background-color: rgb(85,2,102); }
div.DivClassName
{
background-color: #550266;
}
.BgClassName
{
background-color: #550266;
}
</style>
border-color css
<style>
span { border-color: #550266; }
span { border-color: rgb(85,2,102); }
td.TdClassName
{
border-color: #550266;
}
.TagClassName
{
border-color: #550266;
}
</style>