Shades of Indigo #550A68
Tints of Indigo #550A68
RGB
CMYK
RGB Variations
Color information
#550A68 (or 0x550A68) is known color: Indigo. HEX triplet: 55, 0A and 68. RGB value is (85,10,104). Sum of RGB (Red+Green+Blue) = 85+10+104=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #550A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550A68 is #AAF597. Grayscale: #2A2A2A. Windows color (decimal): -11203992 or 6818389. OLE color: 6818389.
HSL color Cylindrical-coordinate representation of color #550A68: hue angle of 287.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550A68 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 10 | 104 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.59 |
| HSL | 287.87º | 0.82% | 0.22% | - |
| HSV(B) | 287.87º | 0.9% | 0.41% | - |
| XYZ | 6.35 | 3.15 | 13.37 | - |
| YUV | 43.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 104 | 0.18 | 0.90 | 0 | 0.59 | 287.87 | 0.82 | 0.22 |
| Hex | 55 | A | 68 | 12 | 5A | 0 | 3B | 120 | 52 | 16 |
| Octal | 125 | 12 | 150 | 22 | 132 | 0 | 73 | 440 | 122 | 26 |
| Binary | 1010101 | 1010 | 1101000 | 10010 | 1011010 | 0 | 111011 | 100100000 | 1010010 | 10110 |
Color Harmonies of #550A68
Complementary color
Monochromatic Colors of #550A68
Black with #550A68
Text Example
Text Example
White with #550A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A68; }
p { color: rgb(85,10,104); }
H1.HeaderClassName
{
color: #550A68;
}
.AnyTagClassName
{
color: #550A68;
}
</style>
background-color css
<style>
a { background-color: #550A68; }
a { background-color: rgb(85,10,104); }
div.DivClassName
{
background-color: #550A68;
}
.BgClassName
{
background-color: #550A68;
}
</style>
border-color css
<style>
span { border-color: #550A68; }
span { border-color: rgb(85,10,104); }
td.TdClassName
{
border-color: #550A68;
}
.TagClassName
{
border-color: #550A68;
}
</style>