Shades of Indigo #490869
Tints of Indigo #490869
RGB
CMYK
RGB Variations
Color information
#490869 (or 0x490869) is known color: Indigo. HEX triplet: 49, 08 and 69. RGB value is (73,8,105). Sum of RGB (Red+Green+Blue) = 73+8+105=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #490869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490869 is #B6F796. Grayscale: #262626. Windows color (decimal): -11990935 or 6883401. OLE color: 6883401.
HSL color Cylindrical-coordinate representation of color #490869: hue angle of 280.21º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490869 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 8 | 105 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.59 |
| HSL | 280.21º | 0.86% | 0.22% | - |
| HSV(B) | 280.21º | 0.92% | 0.41% | - |
| XYZ | 5.38 | 2.61 | 13.58 | - |
| YUV | 38.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 105 | 0.30 | 0.92 | 0 | 0.59 | 280.21 | 0.86 | 0.22 |
| Hex | 49 | 8 | 69 | 1E | 5C | 0 | 3B | 118 | 56 | 16 |
| Octal | 111 | 10 | 151 | 36 | 134 | 0 | 73 | 430 | 126 | 26 |
| Binary | 1001001 | 1000 | 1101001 | 11110 | 1011100 | 0 | 111011 | 100011000 | 1010110 | 10110 |
Color Harmonies of #490869
Complementary color
Monochromatic Colors of #490869
Black with #490869
Text Example
Text Example
White with #490869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490869; }
p { color: rgb(73,8,105); }
H1.HeaderClassName
{
color: #490869;
}
.AnyTagClassName
{
color: #490869;
}
</style>
background-color css
<style>
a { background-color: #490869; }
a { background-color: rgb(73,8,105); }
div.DivClassName
{
background-color: #490869;
}
.BgClassName
{
background-color: #490869;
}
</style>
border-color css
<style>
span { border-color: #490869; }
span { border-color: rgb(73,8,105); }
td.TdClassName
{
border-color: #490869;
}
.TagClassName
{
border-color: #490869;
}
</style>