Shades of Indigo #550298
Tints of Indigo #550298
RGB
CMYK
RGB Variations
Color information
#550298 (or 0x550298) is known color: Indigo. HEX triplet: 55, 02 and 98. RGB value is (85,2,152). Sum of RGB (Red+Green+Blue) = 85+2+152=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #550298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550298 is #AAFD67. Grayscale: #2B2B2B. Windows color (decimal): -11205992 or 9962069. OLE color: 9962069.
HSL color Cylindrical-coordinate representation of color #550298: hue angle of 273.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550298 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 2 | 152 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.40 |
| HSL | 273.2º | 0.97% | 0.3% | - |
| HSV(B) | 273.2º | 0.99% | 0.6% | - |
| XYZ | 9.44 | 4.24 | 30.03 | - |
| YUV | 43.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 152 | 0.44 | 0.99 | 0 | 0.40 | 273.2 | 0.97 | 0.3 |
| Hex | 55 | 2 | 98 | 2C | 63 | 0 | 28 | 111 | 61 | 1E |
| Octal | 125 | 2 | 230 | 54 | 143 | 0 | 50 | 421 | 141 | 36 |
| Binary | 1010101 | 10 | 10011000 | 101100 | 1100011 | 0 | 101000 | 100010001 | 1100001 | 11110 |
Color Harmonies of #550298
Complementary color
Monochromatic Colors of #550298
Black with #550298
Text Example
Text Example
White with #550298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550298; }
p { color: rgb(85,2,152); }
H1.HeaderClassName
{
color: #550298;
}
.AnyTagClassName
{
color: #550298;
}
</style>
background-color css
<style>
a { background-color: #550298; }
a { background-color: rgb(85,2,152); }
div.DivClassName
{
background-color: #550298;
}
.BgClassName
{
background-color: #550298;
}
</style>
border-color css
<style>
span { border-color: #550298; }
span { border-color: rgb(85,2,152); }
td.TdClassName
{
border-color: #550298;
}
.TagClassName
{
border-color: #550298;
}
</style>