Shades of Han Purple #4930E2
Tints of Han Purple #4930E2
RGB
CMYK
RGB Variations
Color information
#4930E2 (or 0x4930E2) is known color: Han Purple. HEX triplet: 49, 30 and E2. RGB value is (73,48,226). Sum of RGB (Red+Green+Blue) = 73+48+226=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 226 (88.67% from 255 or 65.13% from 347); Max value from RGB is 226 - color contains mainly: blue. Hex color #4930E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4930E2 is #B6CF1D. Grayscale: #4B4B4B. Windows color (decimal): -11980574 or 14823497. OLE color: 14823497.
HSL color Cylindrical-coordinate representation of color #4930E2: hue angle of 248.43º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4930E2 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 48 | 226 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.11 |
| HSL | 248.43º | 0.75% | 0.54% | - |
| HSV(B) | 248.43º | 0.79% | 0.89% | - |
| XYZ | 17.53 | 9.02 | 72.77 | - |
| YUV | 75.77 | 212.78 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 226 | 0.68 | 0.79 | 0 | 0.11 | 248.43 | 0.75 | 0.54 |
| Hex | 49 | 30 | E2 | 44 | 4F | 0 | B | F8 | 4B | 36 |
| Octal | 111 | 60 | 342 | 104 | 117 | 0 | 13 | 370 | 113 | 66 |
| Binary | 1001001 | 110000 | 11100010 | 1000100 | 1001111 | 0 | 1011 | 11111000 | 1001011 | 110110 |
Color Harmonies of #4930E2
Complementary color
Monochromatic Colors of #4930E2
Black with #4930E2
Text Example
Text Example
White with #4930E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4930E2; }
p { color: rgb(73,48,226); }
H1.HeaderClassName
{
color: #4930E2;
}
.AnyTagClassName
{
color: #4930E2;
}
</style>
background-color css
<style>
a { background-color: #4930E2; }
a { background-color: rgb(73,48,226); }
div.DivClassName
{
background-color: #4930E2;
}
.BgClassName
{
background-color: #4930E2;
}
</style>
border-color css
<style>
span { border-color: #4930E2; }
span { border-color: rgb(73,48,226); }
td.TdClassName
{
border-color: #4930E2;
}
.TagClassName
{
border-color: #4930E2;
}
</style>