Shades of Indigo #550294
Tints of Indigo #550294
RGB
CMYK
RGB Variations
Color information
#550294 (or 0x550294) is known color: Indigo. HEX triplet: 55, 02 and 94. RGB value is (85,2,148). Sum of RGB (Red+Green+Blue) = 85+2+148=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #550294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550294 is #AAFD6B. Grayscale: #2A2A2A. Windows color (decimal): -11205996 or 9699925. OLE color: 9699925.
HSL color Cylindrical-coordinate representation of color #550294: hue angle of 274.11º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550294 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 2 | 148 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.42 |
| HSL | 274.11º | 0.97% | 0.29% | - |
| HSV(B) | 274.11º | 0.99% | 0.58% | - |
| XYZ | 9.11 | 4.11 | 28.33 | - |
| YUV | 43.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 148 | 0.43 | 0.99 | 0 | 0.42 | 274.11 | 0.97 | 0.29 |
| Hex | 55 | 2 | 94 | 2B | 63 | 0 | 2A | 112 | 61 | 1D |
| Octal | 125 | 2 | 224 | 53 | 143 | 0 | 52 | 422 | 141 | 35 |
| Binary | 1010101 | 10 | 10010100 | 101011 | 1100011 | 0 | 101010 | 100010010 | 1100001 | 11101 |
Color Harmonies of #550294
Complementary color
Monochromatic Colors of #550294
Black with #550294
Text Example
Text Example
White with #550294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550294; }
p { color: rgb(85,2,148); }
H1.HeaderClassName
{
color: #550294;
}
.AnyTagClassName
{
color: #550294;
}
</style>
background-color css
<style>
a { background-color: #550294; }
a { background-color: rgb(85,2,148); }
div.DivClassName
{
background-color: #550294;
}
.BgClassName
{
background-color: #550294;
}
</style>
border-color css
<style>
span { border-color: #550294; }
span { border-color: rgb(85,2,148); }
td.TdClassName
{
border-color: #550294;
}
.TagClassName
{
border-color: #550294;
}
</style>