Shades of Indigo #490387
Tints of Indigo #490387
RGB
CMYK
RGB Variations
Color information
#490387 (or 0x490387) is known color: Indigo. HEX triplet: 49, 03 and 87. RGB value is (73,3,135). Sum of RGB (Red+Green+Blue) = 73+3+135=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #490387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490387 is #B6FC78. Grayscale: #262626. Windows color (decimal): -11992185 or 8848201. OLE color: 8848201.
HSL color Cylindrical-coordinate representation of color #490387: hue angle of 271.82º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490387 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 3 | 135 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.47 |
| HSL | 271.82º | 0.96% | 0.27% | - |
| HSV(B) | 271.82º | 0.98% | 0.53% | - |
| XYZ | 7.15 | 3.23 | 23.17 | - |
| YUV | 38.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 135 | 0.46 | 0.98 | 0 | 0.47 | 271.82 | 0.96 | 0.27 |
| Hex | 49 | 3 | 87 | 2E | 62 | 0 | 2F | 110 | 60 | 1B |
| Octal | 111 | 3 | 207 | 56 | 142 | 0 | 57 | 420 | 140 | 33 |
| Binary | 1001001 | 11 | 10000111 | 101110 | 1100010 | 0 | 101111 | 100010000 | 1100000 | 11011 |
Color Harmonies of #490387
Complementary color
Monochromatic Colors of #490387
Black with #490387
Text Example
Text Example
White with #490387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490387; }
p { color: rgb(73,3,135); }
H1.HeaderClassName
{
color: #490387;
}
.AnyTagClassName
{
color: #490387;
}
</style>
background-color css
<style>
a { background-color: #490387; }
a { background-color: rgb(73,3,135); }
div.DivClassName
{
background-color: #490387;
}
.BgClassName
{
background-color: #490387;
}
</style>
border-color css
<style>
span { border-color: #490387; }
span { border-color: rgb(73,3,135); }
td.TdClassName
{
border-color: #490387;
}
.TagClassName
{
border-color: #490387;
}
</style>