Shades of Indigo #490699
Tints of Indigo #490699
RGB
CMYK
RGB Variations
Color information
#490699 (or 0x490699) is known color: Indigo. HEX triplet: 49, 06 and 99. RGB value is (73,6,153). Sum of RGB (Red+Green+Blue) = 73+6+153=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #490699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490699 is #B6F966. Grayscale: #2A2A2A. Windows color (decimal): -11991399 or 10028617. OLE color: 10028617.
HSL color Cylindrical-coordinate representation of color #490699: hue angle of 267.35º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490699 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 6 | 153 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.4 |
| HSL | 267.35º | 0.92% | 0.31% | - |
| HSV(B) | 267.35º | 0.96% | 0.6% | - |
| XYZ | 8.56 | 3.85 | 30.43 | - |
| YUV | 42.79 | 190.2 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 153 | 0.52 | 0.96 | 0 | 0.4 | 267.35 | 0.92 | 0.31 |
| Hex | 49 | 6 | 99 | 34 | 60 | 0 | 28 | 10B | 5C | 1F |
| Octal | 111 | 6 | 231 | 64 | 140 | 0 | 50 | 413 | 134 | 37 |
| Binary | 1001001 | 110 | 10011001 | 110100 | 1100000 | 0 | 101000 | 100001011 | 1011100 | 11111 |
Color Harmonies of #490699
Complementary color
Monochromatic Colors of #490699
Black with #490699
Text Example
Text Example
White with #490699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490699; }
p { color: rgb(73,6,153); }
H1.HeaderClassName
{
color: #490699;
}
.AnyTagClassName
{
color: #490699;
}
</style>
background-color css
<style>
a { background-color: #490699; }
a { background-color: rgb(73,6,153); }
div.DivClassName
{
background-color: #490699;
}
.BgClassName
{
background-color: #490699;
}
</style>
border-color css
<style>
span { border-color: #490699; }
span { border-color: rgb(73,6,153); }
td.TdClassName
{
border-color: #490699;
}
.TagClassName
{
border-color: #490699;
}
</style>