Shades of Han Purple #4929F2
Tints of Han Purple #4929F2
RGB
CMYK
RGB Variations
Color information
#4929F2 (or 0x4929F2) is known color: Han Purple. HEX triplet: 49, 29 and F2. RGB value is (73,41,242). Sum of RGB (Red+Green+Blue) = 73+41+242=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #4929F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4929F2 is #B6D60D. Grayscale: #484848. Windows color (decimal): -11982350 or 15870281. OLE color: 15870281.
HSL color Cylindrical-coordinate representation of color #4929F2: hue angle of 249.55º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4929F2 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 41 | 242 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.05 |
| HSL | 249.55º | 0.89% | 0.55% | - |
| HSV(B) | 249.55º | 0.83% | 0.95% | - |
| XYZ | 19.57 | 9.41 | 84.79 | - |
| YUV | 73.48 | 223.1 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 242 | 0.70 | 0.83 | 0 | 0.05 | 249.55 | 0.89 | 0.55 |
| Hex | 49 | 29 | F2 | 46 | 53 | 0 | 5 | FA | 59 | 37 |
| Octal | 111 | 51 | 362 | 106 | 123 | 0 | 5 | 372 | 131 | 67 |
| Binary | 1001001 | 101001 | 11110010 | 1000110 | 1010011 | 0 | 101 | 11111010 | 1011001 | 110111 |
Color Harmonies of #4929F2
Complementary color
Monochromatic Colors of #4929F2
Black with #4929F2
Text Example
Text Example
White with #4929F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4929F2; }
p { color: rgb(73,41,242); }
H1.HeaderClassName
{
color: #4929F2;
}
.AnyTagClassName
{
color: #4929F2;
}
</style>
background-color css
<style>
a { background-color: #4929F2; }
a { background-color: rgb(73,41,242); }
div.DivClassName
{
background-color: #4929F2;
}
.BgClassName
{
background-color: #4929F2;
}
</style>
border-color css
<style>
span { border-color: #4929F2; }
span { border-color: rgb(73,41,242); }
td.TdClassName
{
border-color: #4929F2;
}
.TagClassName
{
border-color: #4929F2;
}
</style>