Shades of Indigo #550B65
Tints of Indigo #550B65
RGB
CMYK
RGB Variations
Color information
#550B65 (or 0x550B65) is known color: Indigo. HEX triplet: 55, 0B and 65. RGB value is (85,11,101). Sum of RGB (Red+Green+Blue) = 85+11+101=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #550B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B65 is #AAF49A. Grayscale: #2B2B2B. Windows color (decimal): -11203739 or 6622037. OLE color: 6622037.
HSL color Cylindrical-coordinate representation of color #550B65: hue angle of 289.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550B65 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 11 | 101 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.60 |
| HSL | 289.33º | 0.8% | 0.22% | - |
| HSV(B) | 289.33º | 0.89% | 0.4% | - |
| XYZ | 6.21 | 3.11 | 12.58 | - |
| YUV | 43.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 101 | 0.16 | 0.89 | 0 | 0.60 | 289.33 | 0.8 | 0.22 |
| Hex | 55 | B | 65 | 10 | 59 | 0 | 3C | 121 | 50 | 16 |
| Octal | 125 | 13 | 145 | 20 | 131 | 0 | 74 | 441 | 120 | 26 |
| Binary | 1010101 | 1011 | 1100101 | 10000 | 1011001 | 0 | 111100 | 100100001 | 1010000 | 10110 |
Color Harmonies of #550B65
Complementary color
Monochromatic Colors of #550B65
Black with #550B65
Text Example
Text Example
White with #550B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B65; }
p { color: rgb(85,11,101); }
H1.HeaderClassName
{
color: #550B65;
}
.AnyTagClassName
{
color: #550B65;
}
</style>
background-color css
<style>
a { background-color: #550B65; }
a { background-color: rgb(85,11,101); }
div.DivClassName
{
background-color: #550B65;
}
.BgClassName
{
background-color: #550B65;
}
</style>
border-color css
<style>
span { border-color: #550B65; }
span { border-color: rgb(85,11,101); }
td.TdClassName
{
border-color: #550B65;
}
.TagClassName
{
border-color: #550B65;
}
</style>