Shades of Indigo #490F83
Tints of Indigo #490F83
RGB
CMYK
RGB Variations
Color information
#490F83 (or 0x490F83) is known color: Indigo. HEX triplet: 49, 0F and 83. RGB value is (73,15,131). Sum of RGB (Red+Green+Blue) = 73+15+131=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #490F83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F83 is #B6F07C. Grayscale: #2D2D2D. Windows color (decimal): -11989117 or 8589129. OLE color: 8589129.
HSL color Cylindrical-coordinate representation of color #490F83: hue angle of 270º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490F83 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 15 | 131 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.49 |
| HSL | 270º | 0.79% | 0.29% | - |
| HSV(B) | 270º | 0.89% | 0.51% | - |
| XYZ | 7.02 | 3.4 | 21.76 | - |
| YUV | 45.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 131 | 0.44 | 0.89 | 0 | 0.49 | 270 | 0.79 | 0.29 |
| Hex | 49 | F | 83 | 2C | 59 | 0 | 31 | 10E | 4F | 1D |
| Octal | 111 | 17 | 203 | 54 | 131 | 0 | 61 | 416 | 117 | 35 |
| Binary | 1001001 | 1111 | 10000011 | 101100 | 1011001 | 0 | 110001 | 100001110 | 1001111 | 11101 |
Color Harmonies of #490F83
Complementary color
Monochromatic Colors of #490F83
Black with #490F83
Text Example
Text Example
White with #490F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F83; }
p { color: rgb(73,15,131); }
H1.HeaderClassName
{
color: #490F83;
}
.AnyTagClassName
{
color: #490F83;
}
</style>
background-color css
<style>
a { background-color: #490F83; }
a { background-color: rgb(73,15,131); }
div.DivClassName
{
background-color: #490F83;
}
.BgClassName
{
background-color: #490F83;
}
</style>
border-color css
<style>
span { border-color: #490F83; }
span { border-color: rgb(73,15,131); }
td.TdClassName
{
border-color: #490F83;
}
.TagClassName
{
border-color: #490F83;
}
</style>