Shades of Indigo #550690
Tints of Indigo #550690
RGB
CMYK
RGB Variations
Color information
#550690 (or 0x550690) is known color: Indigo. HEX triplet: 55, 06 and 90. RGB value is (85,6,144). Sum of RGB (Red+Green+Blue) = 85+6+144=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #550690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550690 is #AAF96F. Grayscale: #2C2C2C. Windows color (decimal): -11204976 or 9438805. OLE color: 9438805.
HSL color Cylindrical-coordinate representation of color #550690: hue angle of 274.35º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550690 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 6 | 144 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.44 |
| HSL | 274.35º | 0.92% | 0.29% | - |
| HSV(B) | 274.35º | 0.96% | 0.56% | - |
| XYZ | 8.85 | 4.08 | 26.71 | - |
| YUV | 45.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 144 | 0.41 | 0.96 | 0 | 0.44 | 274.35 | 0.92 | 0.29 |
| Hex | 55 | 6 | 90 | 29 | 60 | 0 | 2C | 112 | 5C | 1D |
| Octal | 125 | 6 | 220 | 51 | 140 | 0 | 54 | 422 | 134 | 35 |
| Binary | 1010101 | 110 | 10010000 | 101001 | 1100000 | 0 | 101100 | 100010010 | 1011100 | 11101 |
Color Harmonies of #550690
Complementary color
Monochromatic Colors of #550690
Black with #550690
Text Example
Text Example
White with #550690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550690; }
p { color: rgb(85,6,144); }
H1.HeaderClassName
{
color: #550690;
}
.AnyTagClassName
{
color: #550690;
}
</style>
background-color css
<style>
a { background-color: #550690; }
a { background-color: rgb(85,6,144); }
div.DivClassName
{
background-color: #550690;
}
.BgClassName
{
background-color: #550690;
}
</style>
border-color css
<style>
span { border-color: #550690; }
span { border-color: rgb(85,6,144); }
td.TdClassName
{
border-color: #550690;
}
.TagClassName
{
border-color: #550690;
}
</style>