Shades of Indigo #550065
Tints of Indigo #550065
RGB
CMYK
RGB Variations
Color information
#550065 (or 0x550065) is known color: Indigo. HEX triplet: 55, 00 and 65. RGB value is (85,0,101). Sum of RGB (Red+Green+Blue) = 85+0+101=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #550065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550065 is #AAFF9A. Grayscale: #242424. Windows color (decimal): -11206555 or 6619221. OLE color: 6619221.
HSL color Cylindrical-coordinate representation of color #550065: hue angle of 290.5º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550065 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 0 | 101 | - |
| CMYK | 0.16 | 1 | 0 | 0.60 |
| HSL | 290.5º | 1% | 0.2% | - |
| HSV(B) | 290.5º | 1% | 0.4% | - |
| XYZ | 6.1 | 2.87 | 12.54 | - |
| YUV | 36.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 101 | 0.16 | 1 | 0 | 0.60 | 290.5 | 1 | 0.2 |
| Hex | 55 | 0 | 65 | 10 | 64 | 0 | 3C | 122 | 64 | 14 |
| Octal | 125 | 0 | 145 | 20 | 144 | 0 | 74 | 442 | 144 | 24 |
| Binary | 1010101 | 0 | 1100101 | 10000 | 1100100 | 0 | 111100 | 100100010 | 1100100 | 10100 |
Color Harmonies of #550065
Complementary color
Monochromatic Colors of #550065
Black with #550065
Text Example
Text Example
White with #550065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550065; }
p { color: rgb(85,0,101); }
H1.HeaderClassName
{
color: #550065;
}
.AnyTagClassName
{
color: #550065;
}
</style>
background-color css
<style>
a { background-color: #550065; }
a { background-color: rgb(85,0,101); }
div.DivClassName
{
background-color: #550065;
}
.BgClassName
{
background-color: #550065;
}
</style>
border-color css
<style>
span { border-color: #550065; }
span { border-color: rgb(85,0,101); }
td.TdClassName
{
border-color: #550065;
}
.TagClassName
{
border-color: #550065;
}
</style>