Shades of Indigo #490384
Tints of Indigo #490384
RGB
CMYK
RGB Variations
Color information
#490384 (or 0x490384) is known color: Indigo. HEX triplet: 49, 03 and 84. RGB value is (73,3,132). Sum of RGB (Red+Green+Blue) = 73+3+132=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #490384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490384 is #B6FC7B. Grayscale: #262626. Windows color (decimal): -11992188 or 8651593. OLE color: 8651593.
HSL color Cylindrical-coordinate representation of color #490384: hue angle of 272.56º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490384 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 3 | 132 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.48 |
| HSL | 272.56º | 0.96% | 0.26% | - |
| HSV(B) | 272.56º | 0.98% | 0.52% | - |
| XYZ | 6.95 | 3.15 | 22.07 | - |
| YUV | 38.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 132 | 0.45 | 0.98 | 0 | 0.48 | 272.56 | 0.96 | 0.26 |
| Hex | 49 | 3 | 84 | 2D | 62 | 0 | 30 | 111 | 60 | 1A |
| Octal | 111 | 3 | 204 | 55 | 142 | 0 | 60 | 421 | 140 | 32 |
| Binary | 1001001 | 11 | 10000100 | 101101 | 1100010 | 0 | 110000 | 100010001 | 1100000 | 11010 |
Color Harmonies of #490384
Complementary color
Monochromatic Colors of #490384
Black with #490384
Text Example
Text Example
White with #490384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490384; }
p { color: rgb(73,3,132); }
H1.HeaderClassName
{
color: #490384;
}
.AnyTagClassName
{
color: #490384;
}
</style>
background-color css
<style>
a { background-color: #490384; }
a { background-color: rgb(73,3,132); }
div.DivClassName
{
background-color: #490384;
}
.BgClassName
{
background-color: #490384;
}
</style>
border-color css
<style>
span { border-color: #490384; }
span { border-color: rgb(73,3,132); }
td.TdClassName
{
border-color: #490384;
}
.TagClassName
{
border-color: #490384;
}
</style>