Shades of Indigo #490F9C
Tints of Indigo #490F9C
RGB
CMYK
RGB Variations
Color information
#490F9C (or 0x490F9C) is known color: Indigo. HEX triplet: 49, 0F and 9C. RGB value is (73,15,156). Sum of RGB (Red+Green+Blue) = 73+15+156=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #490F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F9C is #B6F063. Grayscale: #2F2F2F. Windows color (decimal): -11989092 or 10227529. OLE color: 10227529.
HSL color Cylindrical-coordinate representation of color #490F9C: hue angle of 264.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490F9C is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 15 | 156 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.39 |
| HSL | 264.68º | 0.82% | 0.34% | - |
| HSV(B) | 264.68º | 0.9% | 0.61% | - |
| XYZ | 8.92 | 4.16 | 31.79 | - |
| YUV | 48.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 156 | 0.53 | 0.90 | 0 | 0.39 | 264.68 | 0.82 | 0.34 |
| Hex | 49 | F | 9C | 35 | 5A | 0 | 27 | 109 | 52 | 22 |
| Octal | 111 | 17 | 234 | 65 | 132 | 0 | 47 | 411 | 122 | 42 |
| Binary | 1001001 | 1111 | 10011100 | 110101 | 1011010 | 0 | 100111 | 100001001 | 1010010 | 100010 |
Color Harmonies of #490F9C
Complementary color
Monochromatic Colors of #490F9C
Black with #490F9C
Text Example
Text Example
White with #490F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F9C; }
p { color: rgb(73,15,156); }
H1.HeaderClassName
{
color: #490F9C;
}
.AnyTagClassName
{
color: #490F9C;
}
</style>
background-color css
<style>
a { background-color: #490F9C; }
a { background-color: rgb(73,15,156); }
div.DivClassName
{
background-color: #490F9C;
}
.BgClassName
{
background-color: #490F9C;
}
</style>
border-color css
<style>
span { border-color: #490F9C; }
span { border-color: rgb(73,15,156); }
td.TdClassName
{
border-color: #490F9C;
}
.TagClassName
{
border-color: #490F9C;
}
</style>