Shades of Indigo #490398
Tints of Indigo #490398
RGB
CMYK
RGB Variations
Color information
#490398 (or 0x490398) is known color: Indigo. HEX triplet: 49, 03 and 98. RGB value is (73,3,152). Sum of RGB (Red+Green+Blue) = 73+3+152=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #490398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490398 is #B6FC67. Grayscale: #282828. Windows color (decimal): -11992168 or 9962313. OLE color: 9962313.
HSL color Cylindrical-coordinate representation of color #490398: hue angle of 268.19º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490398 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 3 | 152 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.40 |
| HSL | 268.19º | 0.96% | 0.3% | - |
| HSV(B) | 268.19º | 0.98% | 0.6% | - |
| XYZ | 8.45 | 3.75 | 29.98 | - |
| YUV | 40.92 | 190.69 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 152 | 0.52 | 0.98 | 0 | 0.40 | 268.19 | 0.96 | 0.3 |
| Hex | 49 | 3 | 98 | 34 | 62 | 0 | 28 | 10C | 60 | 1E |
| Octal | 111 | 3 | 230 | 64 | 142 | 0 | 50 | 414 | 140 | 36 |
| Binary | 1001001 | 11 | 10011000 | 110100 | 1100010 | 0 | 101000 | 100001100 | 1100000 | 11110 |
Color Harmonies of #490398
Complementary color
Monochromatic Colors of #490398
Black with #490398
Text Example
Text Example
White with #490398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490398; }
p { color: rgb(73,3,152); }
H1.HeaderClassName
{
color: #490398;
}
.AnyTagClassName
{
color: #490398;
}
</style>
background-color css
<style>
a { background-color: #490398; }
a { background-color: rgb(73,3,152); }
div.DivClassName
{
background-color: #490398;
}
.BgClassName
{
background-color: #490398;
}
</style>
border-color css
<style>
span { border-color: #490398; }
span { border-color: rgb(73,3,152); }
td.TdClassName
{
border-color: #490398;
}
.TagClassName
{
border-color: #490398;
}
</style>