Shades of Indigo #490FA4
Tints of Indigo #490FA4
RGB
CMYK
RGB Variations
Color information
#490FA4 (or 0x490FA4) is known color: Indigo. HEX triplet: 49, 0F and A4. RGB value is (73,15,164). Sum of RGB (Red+Green+Blue) = 73+15+164=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 164 (64.45% from 255 or 65.08% from 252); Max value from RGB is 164 - color contains mainly: blue. Hex color #490FA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490FA4 is #B6F05B. Grayscale: #303030. Windows color (decimal): -11989084 or 10751817. OLE color: 10751817.
HSL color Cylindrical-coordinate representation of color #490FA4: hue angle of 263.36º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490FA4 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 15 | 164 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.36 |
| HSL | 263.36º | 0.83% | 0.35% | - |
| HSV(B) | 263.36º | 0.91% | 0.64% | - |
| XYZ | 9.62 | 4.44 | 35.47 | - |
| YUV | 49.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 164 | 0.55 | 0.91 | 0 | 0.36 | 263.36 | 0.83 | 0.35 |
| Hex | 49 | F | A4 | 37 | 5B | 0 | 24 | 107 | 53 | 23 |
| Octal | 111 | 17 | 244 | 67 | 133 | 0 | 44 | 407 | 123 | 43 |
| Binary | 1001001 | 1111 | 10100100 | 110111 | 1011011 | 0 | 100100 | 100000111 | 1010011 | 100011 |
Color Harmonies of #490FA4
Complementary color
Monochromatic Colors of #490FA4
Black with #490FA4
Text Example
Text Example
White with #490FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FA4; }
p { color: rgb(73,15,164); }
H1.HeaderClassName
{
color: #490FA4;
}
.AnyTagClassName
{
color: #490FA4;
}
</style>
background-color css
<style>
a { background-color: #490FA4; }
a { background-color: rgb(73,15,164); }
div.DivClassName
{
background-color: #490FA4;
}
.BgClassName
{
background-color: #490FA4;
}
</style>
border-color css
<style>
span { border-color: #490FA4; }
span { border-color: rgb(73,15,164); }
td.TdClassName
{
border-color: #490FA4;
}
.TagClassName
{
border-color: #490FA4;
}
</style>