Shades of Indigo #490F9F
Tints of Indigo #490F9F
RGB
CMYK
RGB Variations
Color information
#490F9F (or 0x490F9F) is known color: Indigo. HEX triplet: 49, 0F and 9F. RGB value is (73,15,159). Sum of RGB (Red+Green+Blue) = 73+15+159=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #490F9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F9F is #B6F060. Grayscale: #303030. Windows color (decimal): -11989089 or 10424137. OLE color: 10424137.
HSL color Cylindrical-coordinate representation of color #490F9F: hue angle of 264.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490F9F is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 15 | 159 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.38 |
| HSL | 264.17º | 0.83% | 0.34% | - |
| HSV(B) | 264.17º | 0.91% | 0.62% | - |
| XYZ | 9.18 | 4.26 | 33.14 | - |
| YUV | 48.76 | 190.22 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 159 | 0.54 | 0.91 | 0 | 0.38 | 264.17 | 0.83 | 0.34 |
| Hex | 49 | F | 9F | 36 | 5B | 0 | 26 | 108 | 53 | 22 |
| Octal | 111 | 17 | 237 | 66 | 133 | 0 | 46 | 410 | 123 | 42 |
| Binary | 1001001 | 1111 | 10011111 | 110110 | 1011011 | 0 | 100110 | 100001000 | 1010011 | 100010 |
Color Harmonies of #490F9F
Complementary color
Monochromatic Colors of #490F9F
Black with #490F9F
Text Example
Text Example
White with #490F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F9F; }
p { color: rgb(73,15,159); }
H1.HeaderClassName
{
color: #490F9F;
}
.AnyTagClassName
{
color: #490F9F;
}
</style>
background-color css
<style>
a { background-color: #490F9F; }
a { background-color: rgb(73,15,159); }
div.DivClassName
{
background-color: #490F9F;
}
.BgClassName
{
background-color: #490F9F;
}
</style>
border-color css
<style>
span { border-color: #490F9F; }
span { border-color: rgb(73,15,159); }
td.TdClassName
{
border-color: #490F9F;
}
.TagClassName
{
border-color: #490F9F;
}
</style>