Shades of Han Purple #492EDA
Tints of Han Purple #492EDA
RGB
CMYK
RGB Variations
Color information
#492EDA (or 0x492EDA) is known color: Han Purple. HEX triplet: 49, 2E and DA. RGB value is (73,46,218). Sum of RGB (Red+Green+Blue) = 73+46+218=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #492EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EDA is #B6D125. Grayscale: #494949. Windows color (decimal): -11981094 or 14298697. OLE color: 14298697.
HSL color Cylindrical-coordinate representation of color #492EDA: hue angle of 249.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492EDA is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 46 | 218 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.15 |
| HSL | 249.42º | 0.7% | 0.52% | - |
| HSV(B) | 249.42º | 0.79% | 0.85% | - |
| XYZ | 16.38 | 8.43 | 67.09 | - |
| YUV | 73.68 | 209.45 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 218 | 0.67 | 0.79 | 0 | 0.15 | 249.42 | 0.7 | 0.52 |
| Hex | 49 | 2E | DA | 43 | 4F | 0 | F | F9 | 46 | 34 |
| Octal | 111 | 56 | 332 | 103 | 117 | 0 | 17 | 371 | 106 | 64 |
| Binary | 1001001 | 101110 | 11011010 | 1000011 | 1001111 | 0 | 1111 | 11111001 | 1000110 | 110100 |
Color Harmonies of #492EDA
Complementary color
Monochromatic Colors of #492EDA
Black with #492EDA
Text Example
Text Example
White with #492EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492EDA; }
p { color: rgb(73,46,218); }
H1.HeaderClassName
{
color: #492EDA;
}
.AnyTagClassName
{
color: #492EDA;
}
</style>
background-color css
<style>
a { background-color: #492EDA; }
a { background-color: rgb(73,46,218); }
div.DivClassName
{
background-color: #492EDA;
}
.BgClassName
{
background-color: #492EDA;
}
</style>
border-color css
<style>
span { border-color: #492EDA; }
span { border-color: rgb(73,46,218); }
td.TdClassName
{
border-color: #492EDA;
}
.TagClassName
{
border-color: #492EDA;
}
</style>