Shades of Indigo #490395
Tints of Indigo #490395
RGB
CMYK
RGB Variations
Color information
#490395 (or 0x490395) is known color: Indigo. HEX triplet: 49, 03 and 95. RGB value is (73,3,149). Sum of RGB (Red+Green+Blue) = 73+3+149=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #490395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490395 is #B6FC6A. Grayscale: #282828. Windows color (decimal): -11992171 or 9765705. OLE color: 9765705.
HSL color Cylindrical-coordinate representation of color #490395: hue angle of 268.77º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490395 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 3 | 149 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.42 |
| HSL | 268.77º | 0.96% | 0.3% | - |
| HSV(B) | 268.77º | 0.98% | 0.58% | - |
| XYZ | 8.21 | 3.65 | 28.71 | - |
| YUV | 40.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 149 | 0.51 | 0.98 | 0 | 0.42 | 268.77 | 0.96 | 0.3 |
| Hex | 49 | 3 | 95 | 33 | 62 | 0 | 2A | 10D | 60 | 1E |
| Octal | 111 | 3 | 225 | 63 | 142 | 0 | 52 | 415 | 140 | 36 |
| Binary | 1001001 | 11 | 10010101 | 110011 | 1100010 | 0 | 101010 | 100001101 | 1100000 | 11110 |
Color Harmonies of #490395
Complementary color
Monochromatic Colors of #490395
Black with #490395
Text Example
Text Example
White with #490395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490395; }
p { color: rgb(73,3,149); }
H1.HeaderClassName
{
color: #490395;
}
.AnyTagClassName
{
color: #490395;
}
</style>
background-color css
<style>
a { background-color: #490395; }
a { background-color: rgb(73,3,149); }
div.DivClassName
{
background-color: #490395;
}
.BgClassName
{
background-color: #490395;
}
</style>
border-color css
<style>
span { border-color: #490395; }
span { border-color: rgb(73,3,149); }
td.TdClassName
{
border-color: #490395;
}
.TagClassName
{
border-color: #490395;
}
</style>