Shades of Indigo #550F6E
Tints of Indigo #550F6E
RGB
CMYK
RGB Variations
Color information
#550F6E (or 0x550F6E) is known color: Indigo. HEX triplet: 55, 0F and 6E. RGB value is (85,15,110). Sum of RGB (Red+Green+Blue) = 85+15+110=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #550F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F6E is #AAF091. Grayscale: #2E2E2E. Windows color (decimal): -11202706 or 7212885. OLE color: 7212885.
HSL color Cylindrical-coordinate representation of color #550F6E: hue angle of 284.21º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550F6E is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 15 | 110 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.57 |
| HSL | 284.21º | 0.76% | 0.25% | - |
| HSV(B) | 284.21º | 0.86% | 0.43% | - |
| XYZ | 6.73 | 3.4 | 15.05 | - |
| YUV | 46.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 110 | 0.23 | 0.86 | 0 | 0.57 | 284.21 | 0.76 | 0.25 |
| Hex | 55 | F | 6E | 17 | 56 | 0 | 39 | 11C | 4C | 19 |
| Octal | 125 | 17 | 156 | 27 | 126 | 0 | 71 | 434 | 114 | 31 |
| Binary | 1010101 | 1111 | 1101110 | 10111 | 1010110 | 0 | 111001 | 100011100 | 1001100 | 11001 |
Color Harmonies of #550F6E
Complementary color
Monochromatic Colors of #550F6E
Black with #550F6E
Text Example
Text Example
White with #550F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F6E; }
p { color: rgb(85,15,110); }
H1.HeaderClassName
{
color: #550F6E;
}
.AnyTagClassName
{
color: #550F6E;
}
</style>
background-color css
<style>
a { background-color: #550F6E; }
a { background-color: rgb(85,15,110); }
div.DivClassName
{
background-color: #550F6E;
}
.BgClassName
{
background-color: #550F6E;
}
</style>
border-color css
<style>
span { border-color: #550F6E; }
span { border-color: rgb(85,15,110); }
td.TdClassName
{
border-color: #550F6E;
}
.TagClassName
{
border-color: #550F6E;
}
</style>