Shades of Indigo #490F8C
Tints of Indigo #490F8C
RGB
CMYK
RGB Variations
Color information
#490F8C (or 0x490F8C) is known color: Indigo. HEX triplet: 49, 0F and 8C. RGB value is (73,15,140). Sum of RGB (Red+Green+Blue) = 73+15+140=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #490F8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F8C is #B6F073. Grayscale: #2E2E2E. Windows color (decimal): -11989108 or 9178953. OLE color: 9178953.
HSL color Cylindrical-coordinate representation of color #490F8C: hue angle of 267.84º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490F8C is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 15 | 140 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.45 |
| HSL | 267.84º | 0.81% | 0.3% | - |
| HSV(B) | 267.84º | 0.89% | 0.55% | - |
| XYZ | 7.65 | 3.65 | 25.11 | - |
| YUV | 46.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 140 | 0.48 | 0.89 | 0 | 0.45 | 267.84 | 0.81 | 0.3 |
| Hex | 49 | F | 8C | 30 | 59 | 0 | 2D | 10C | 51 | 1E |
| Octal | 111 | 17 | 214 | 60 | 131 | 0 | 55 | 414 | 121 | 36 |
| Binary | 1001001 | 1111 | 10001100 | 110000 | 1011001 | 0 | 101101 | 100001100 | 1010001 | 11110 |
Color Harmonies of #490F8C
Complementary color
Monochromatic Colors of #490F8C
Black with #490F8C
Text Example
Text Example
White with #490F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F8C; }
p { color: rgb(73,15,140); }
H1.HeaderClassName
{
color: #490F8C;
}
.AnyTagClassName
{
color: #490F8C;
}
</style>
background-color css
<style>
a { background-color: #490F8C; }
a { background-color: rgb(73,15,140); }
div.DivClassName
{
background-color: #490F8C;
}
.BgClassName
{
background-color: #490F8C;
}
</style>
border-color css
<style>
span { border-color: #490F8C; }
span { border-color: rgb(73,15,140); }
td.TdClassName
{
border-color: #490F8C;
}
.TagClassName
{
border-color: #490F8C;
}
</style>