Shades of Indigo #550581
Tints of Indigo #550581
RGB
CMYK
RGB Variations
Color information
#550581 (or 0x550581) is known color: Indigo. HEX triplet: 55, 05 and 81. RGB value is (85,5,129). Sum of RGB (Red+Green+Blue) = 85+5+129=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #550581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550581 is #AAFA7E. Grayscale: #2A2A2A. Windows color (decimal): -11205247 or 8455509. OLE color: 8455509.
HSL color Cylindrical-coordinate representation of color #550581: hue angle of 278.71º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550581 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 5 | 129 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.49 |
| HSL | 278.71º | 0.93% | 0.26% | - |
| HSV(B) | 278.71º | 0.96% | 0.51% | - |
| XYZ | 7.76 | 3.62 | 21.06 | - |
| YUV | 43.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 129 | 0.34 | 0.96 | 0 | 0.49 | 278.71 | 0.93 | 0.26 |
| Hex | 55 | 5 | 81 | 22 | 60 | 0 | 31 | 117 | 5D | 1A |
| Octal | 125 | 5 | 201 | 42 | 140 | 0 | 61 | 427 | 135 | 32 |
| Binary | 1010101 | 101 | 10000001 | 100010 | 1100000 | 0 | 110001 | 100010111 | 1011101 | 11010 |
Color Harmonies of #550581
Complementary color
Monochromatic Colors of #550581
Black with #550581
Text Example
Text Example
White with #550581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550581; }
p { color: rgb(85,5,129); }
H1.HeaderClassName
{
color: #550581;
}
.AnyTagClassName
{
color: #550581;
}
</style>
background-color css
<style>
a { background-color: #550581; }
a { background-color: rgb(85,5,129); }
div.DivClassName
{
background-color: #550581;
}
.BgClassName
{
background-color: #550581;
}
</style>
border-color css
<style>
span { border-color: #550581; }
span { border-color: rgb(85,5,129); }
td.TdClassName
{
border-color: #550581;
}
.TagClassName
{
border-color: #550581;
}
</style>