Shades of Han Purple #4929EF
Tints of Han Purple #4929EF
RGB
CMYK
RGB Variations
Color information
#4929EF (or 0x4929EF) is known color: Han Purple. HEX triplet: 49, 29 and EF. RGB value is (73,41,239). Sum of RGB (Red+Green+Blue) = 73+41+239=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #4929EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4929EF is #B6D610. Grayscale: #484848. Windows color (decimal): -11982353 or 15673673. OLE color: 15673673.
HSL color Cylindrical-coordinate representation of color #4929EF: hue angle of 249.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4929EF is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 41 | 239 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.06 |
| HSL | 249.7º | 0.86% | 0.55% | - |
| HSV(B) | 249.7º | 0.83% | 0.94% | - |
| XYZ | 19.12 | 9.23 | 82.44 | - |
| YUV | 73.14 | 221.6 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 239 | 0.69 | 0.83 | 0 | 0.06 | 249.7 | 0.86 | 0.55 |
| Hex | 49 | 29 | EF | 45 | 53 | 0 | 6 | FA | 56 | 37 |
| Octal | 111 | 51 | 357 | 105 | 123 | 0 | 6 | 372 | 126 | 67 |
| Binary | 1001001 | 101001 | 11101111 | 1000101 | 1010011 | 0 | 110 | 11111010 | 1010110 | 110111 |
Color Harmonies of #4929EF
Complementary color
Monochromatic Colors of #4929EF
Black with #4929EF
Text Example
Text Example
White with #4929EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4929EF; }
p { color: rgb(73,41,239); }
H1.HeaderClassName
{
color: #4929EF;
}
.AnyTagClassName
{
color: #4929EF;
}
</style>
background-color css
<style>
a { background-color: #4929EF; }
a { background-color: rgb(73,41,239); }
div.DivClassName
{
background-color: #4929EF;
}
.BgClassName
{
background-color: #4929EF;
}
</style>
border-color css
<style>
span { border-color: #4929EF; }
span { border-color: rgb(73,41,239); }
td.TdClassName
{
border-color: #4929EF;
}
.TagClassName
{
border-color: #4929EF;
}
</style>