Shades of Indigo #490D83
Tints of Indigo #490D83
RGB
CMYK
RGB Variations
Color information
#490D83 (or 0x490D83) is known color: Indigo. HEX triplet: 49, 0D and 83. RGB value is (73,13,131). Sum of RGB (Red+Green+Blue) = 73+13+131=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #490D83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490D83 is #B6F27C. Grayscale: #2B2B2B. Windows color (decimal): -11989629 or 8588617. OLE color: 8588617.
HSL color Cylindrical-coordinate representation of color #490D83: hue angle of 270.51º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490D83 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 13 | 131 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.49 |
| HSL | 270.51º | 0.82% | 0.28% | - |
| HSV(B) | 270.51º | 0.9% | 0.51% | - |
| XYZ | 6.99 | 3.34 | 21.75 | - |
| YUV | 44.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 131 | 0.44 | 0.90 | 0 | 0.49 | 270.51 | 0.82 | 0.28 |
| Hex | 49 | D | 83 | 2C | 5A | 0 | 31 | 10F | 52 | 1C |
| Octal | 111 | 15 | 203 | 54 | 132 | 0 | 61 | 417 | 122 | 34 |
| Binary | 1001001 | 1101 | 10000011 | 101100 | 1011010 | 0 | 110001 | 100001111 | 1010010 | 11100 |
Color Harmonies of #490D83
Complementary color
Monochromatic Colors of #490D83
Black with #490D83
Text Example
Text Example
White with #490D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D83; }
p { color: rgb(73,13,131); }
H1.HeaderClassName
{
color: #490D83;
}
.AnyTagClassName
{
color: #490D83;
}
</style>
background-color css
<style>
a { background-color: #490D83; }
a { background-color: rgb(73,13,131); }
div.DivClassName
{
background-color: #490D83;
}
.BgClassName
{
background-color: #490D83;
}
</style>
border-color css
<style>
span { border-color: #490D83; }
span { border-color: rgb(73,13,131); }
td.TdClassName
{
border-color: #490D83;
}
.TagClassName
{
border-color: #490D83;
}
</style>