Shades of Indigo #490297
Tints of Indigo #490297
RGB
CMYK
RGB Variations
Color information
#490297 (or 0x490297) is known color: Indigo. HEX triplet: 49, 02 and 97. RGB value is (73,2,151). Sum of RGB (Red+Green+Blue) = 73+2+151=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 151 (59.38% from 255 or 66.81% from 226); Max value from RGB is 151 - color contains mainly: blue. Hex color #490297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490297 is #B6FD68. Grayscale: #272727. Windows color (decimal): -11992425 or 9896521. OLE color: 9896521.
HSL color Cylindrical-coordinate representation of color #490297: hue angle of 268.59º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490297 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 2 | 151 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.41 |
| HSL | 268.59º | 0.97% | 0.3% | - |
| HSV(B) | 268.59º | 0.99% | 0.59% | - |
| XYZ | 8.36 | 3.69 | 29.55 | - |
| YUV | 40.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 151 | 0.52 | 0.99 | 0 | 0.41 | 268.59 | 0.97 | 0.3 |
| Hex | 49 | 2 | 97 | 34 | 63 | 0 | 29 | 10D | 61 | 1E |
| Octal | 111 | 2 | 227 | 64 | 143 | 0 | 51 | 415 | 141 | 36 |
| Binary | 1001001 | 10 | 10010111 | 110100 | 1100011 | 0 | 101001 | 100001101 | 1100001 | 11110 |
Color Harmonies of #490297
Complementary color
Monochromatic Colors of #490297
Black with #490297
Text Example
Text Example
White with #490297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490297; }
p { color: rgb(73,2,151); }
H1.HeaderClassName
{
color: #490297;
}
.AnyTagClassName
{
color: #490297;
}
</style>
background-color css
<style>
a { background-color: #490297; }
a { background-color: rgb(73,2,151); }
div.DivClassName
{
background-color: #490297;
}
.BgClassName
{
background-color: #490297;
}
</style>
border-color css
<style>
span { border-color: #490297; }
span { border-color: rgb(73,2,151); }
td.TdClassName
{
border-color: #490297;
}
.TagClassName
{
border-color: #490297;
}
</style>