Shades of Indigo #490767
Tints of Indigo #490767
RGB
CMYK
RGB Variations
Color information
#490767 (or 0x490767) is known color: Indigo. HEX triplet: 49, 07 and 67. RGB value is (73,7,103). Sum of RGB (Red+Green+Blue) = 73+7+103=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #490767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490767 is #B6F898. Grayscale: #252525. Windows color (decimal): -11991193 or 6752073. OLE color: 6752073.
HSL color Cylindrical-coordinate representation of color #490767: hue angle of 281.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490767 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 7 | 103 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.60 |
| HSL | 281.25º | 0.87% | 0.22% | - |
| HSV(B) | 281.25º | 0.93% | 0.4% | - |
| XYZ | 5.27 | 2.55 | 13.05 | - |
| YUV | 37.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 103 | 0.29 | 0.93 | 0 | 0.60 | 281.25 | 0.87 | 0.22 |
| Hex | 49 | 7 | 67 | 1D | 5D | 0 | 3C | 119 | 57 | 16 |
| Octal | 111 | 7 | 147 | 35 | 135 | 0 | 74 | 431 | 127 | 26 |
| Binary | 1001001 | 111 | 1100111 | 11101 | 1011101 | 0 | 111100 | 100011001 | 1010111 | 10110 |
Color Harmonies of #490767
Complementary color
Monochromatic Colors of #490767
Black with #490767
Text Example
Text Example
White with #490767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490767; }
p { color: rgb(73,7,103); }
H1.HeaderClassName
{
color: #490767;
}
.AnyTagClassName
{
color: #490767;
}
</style>
background-color css
<style>
a { background-color: #490767; }
a { background-color: rgb(73,7,103); }
div.DivClassName
{
background-color: #490767;
}
.BgClassName
{
background-color: #490767;
}
</style>
border-color css
<style>
span { border-color: #490767; }
span { border-color: rgb(73,7,103); }
td.TdClassName
{
border-color: #490767;
}
.TagClassName
{
border-color: #490767;
}
</style>