Shades of Indigo #550291
Tints of Indigo #550291
RGB
CMYK
RGB Variations
Color information
#550291 (or 0x550291) is known color: Indigo. HEX triplet: 55, 02 and 91. RGB value is (85,2,145). Sum of RGB (Red+Green+Blue) = 85+2+145=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #550291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550291 is #AAFD6E. Grayscale: #2A2A2A. Windows color (decimal): -11205999 or 9503317. OLE color: 9503317.
HSL color Cylindrical-coordinate representation of color #550291: hue angle of 274.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550291 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 2 | 145 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.43 |
| HSL | 274.83º | 0.97% | 0.29% | - |
| HSV(B) | 274.83º | 0.99% | 0.57% | - |
| XYZ | 8.88 | 4.02 | 27.1 | - |
| YUV | 43.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 145 | 0.41 | 0.99 | 0 | 0.43 | 274.83 | 0.97 | 0.29 |
| Hex | 55 | 2 | 91 | 29 | 63 | 0 | 2B | 113 | 61 | 1D |
| Octal | 125 | 2 | 221 | 51 | 143 | 0 | 53 | 423 | 141 | 35 |
| Binary | 1010101 | 10 | 10010001 | 101001 | 1100011 | 0 | 101011 | 100010011 | 1100001 | 11101 |
Color Harmonies of #550291
Complementary color
Monochromatic Colors of #550291
Black with #550291
Text Example
Text Example
White with #550291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550291; }
p { color: rgb(85,2,145); }
H1.HeaderClassName
{
color: #550291;
}
.AnyTagClassName
{
color: #550291;
}
</style>
background-color css
<style>
a { background-color: #550291; }
a { background-color: rgb(85,2,145); }
div.DivClassName
{
background-color: #550291;
}
.BgClassName
{
background-color: #550291;
}
</style>
border-color css
<style>
span { border-color: #550291; }
span { border-color: rgb(85,2,145); }
td.TdClassName
{
border-color: #550291;
}
.TagClassName
{
border-color: #550291;
}
</style>