Shades of Han Purple #490BDA
Tints of Han Purple #490BDA
RGB
CMYK
RGB Variations
Color information
#490BDA (or 0x490BDA) is known color: Han Purple. HEX triplet: 49, 0B and DA. RGB value is (73,11,218). Sum of RGB (Red+Green+Blue) = 73+11+218=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #490BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490BDA is #B6F425. Grayscale: #343434. Windows color (decimal): -11990054 or 14289737. OLE color: 14289737.
HSL color Cylindrical-coordinate representation of color #490BDA: hue angle of 257.97º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BDA is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 11 | 218 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.15 |
| HSL | 257.97º | 0.9% | 0.45% | - |
| HSV(B) | 257.97º | 0.95% | 0.85% | - |
| XYZ | 15.52 | 6.72 | 66.81 | - |
| YUV | 53.14 | 221.04 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 218 | 0.67 | 0.95 | 0 | 0.15 | 257.97 | 0.9 | 0.45 |
| Hex | 49 | B | DA | 43 | 5F | 0 | F | 102 | 5A | 2D |
| Octal | 111 | 13 | 332 | 103 | 137 | 0 | 17 | 402 | 132 | 55 |
| Binary | 1001001 | 1011 | 11011010 | 1000011 | 1011111 | 0 | 1111 | 100000010 | 1011010 | 101101 |
Color Harmonies of #490BDA
Complementary color
Monochromatic Colors of #490BDA
Black with #490BDA
Text Example
Text Example
White with #490BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BDA; }
p { color: rgb(73,11,218); }
H1.HeaderClassName
{
color: #490BDA;
}
.AnyTagClassName
{
color: #490BDA;
}
</style>
background-color css
<style>
a { background-color: #490BDA; }
a { background-color: rgb(73,11,218); }
div.DivClassName
{
background-color: #490BDA;
}
.BgClassName
{
background-color: #490BDA;
}
</style>
border-color css
<style>
span { border-color: #490BDA; }
span { border-color: rgb(73,11,218); }
td.TdClassName
{
border-color: #490BDA;
}
.TagClassName
{
border-color: #490BDA;
}
</style>