Shades of Indigo #490495
Tints of Indigo #490495
RGB
CMYK
RGB Variations
Color information
#490495 (or 0x490495) is known color: Indigo. HEX triplet: 49, 04 and 95. RGB value is (73,4,149). Sum of RGB (Red+Green+Blue) = 73+4+149=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #490495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490495 is #B6FB6A. Grayscale: #282828. Windows color (decimal): -11991915 or 9765961. OLE color: 9765961.
HSL color Cylindrical-coordinate representation of color #490495: hue angle of 268.55º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490495 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 4 | 149 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.42 |
| HSL | 268.55º | 0.95% | 0.3% | - |
| HSV(B) | 268.55º | 0.97% | 0.58% | - |
| XYZ | 8.22 | 3.67 | 28.71 | - |
| YUV | 41.16 | 188.86 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 149 | 0.51 | 0.97 | 0 | 0.42 | 268.55 | 0.95 | 0.3 |
| Hex | 49 | 4 | 95 | 33 | 61 | 0 | 2A | 10D | 5F | 1E |
| Octal | 111 | 4 | 225 | 63 | 141 | 0 | 52 | 415 | 137 | 36 |
| Binary | 1001001 | 100 | 10010101 | 110011 | 1100001 | 0 | 101010 | 100001101 | 1011111 | 11110 |
Color Harmonies of #490495
Complementary color
Monochromatic Colors of #490495
Black with #490495
Text Example
Text Example
White with #490495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490495; }
p { color: rgb(73,4,149); }
H1.HeaderClassName
{
color: #490495;
}
.AnyTagClassName
{
color: #490495;
}
</style>
background-color css
<style>
a { background-color: #490495; }
a { background-color: rgb(73,4,149); }
div.DivClassName
{
background-color: #490495;
}
.BgClassName
{
background-color: #490495;
}
</style>
border-color css
<style>
span { border-color: #490495; }
span { border-color: rgb(73,4,149); }
td.TdClassName
{
border-color: #490495;
}
.TagClassName
{
border-color: #490495;
}
</style>