Shades of Han Purple #4900E3
Tints of Han Purple #4900E3
RGB
CMYK
RGB Variations
Color information
#4900E3 (or 0x4900E3) is known color: Han Purple. HEX triplet: 49, 00 and E3. RGB value is (73,0,227). Sum of RGB (Red+Green+Blue) = 73+0+227=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 227 (89.06% from 255 or 75.67% from 300); Max value from RGB is 227 - color contains mainly: blue. Hex color #4900E3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900E3 is #B6FF1C. Grayscale: #2E2E2E. Windows color (decimal): -11992861 or 14876745. OLE color: 14876745.
HSL color Cylindrical-coordinate representation of color #4900E3: hue angle of 259.3º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900E3 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 0 | 227 | - |
| CMYK | 0.68 | 1 | 0 | 0.11 |
| HSL | 259.3º | 1% | 0.45% | - |
| HSV(B) | 259.3º | 1% | 0.89% | - |
| XYZ | 16.61 | 6.96 | 73.14 | - |
| YUV | 47.71 | 229.18 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 227 | 0.68 | 1 | 0 | 0.11 | 259.3 | 1 | 0.45 |
| Hex | 49 | 0 | E3 | 44 | 64 | 0 | B | 103 | 64 | 2D |
| Octal | 111 | 0 | 343 | 104 | 144 | 0 | 13 | 403 | 144 | 55 |
| Binary | 1001001 | 0 | 11100011 | 1000100 | 1100100 | 0 | 1011 | 100000011 | 1100100 | 101101 |
Color Harmonies of #4900E3
Complementary color
Monochromatic Colors of #4900E3
Black with #4900E3
Text Example
Text Example
White with #4900E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900E3; }
p { color: rgb(73,0,227); }
H1.HeaderClassName
{
color: #4900E3;
}
.AnyTagClassName
{
color: #4900E3;
}
</style>
background-color css
<style>
a { background-color: #4900E3; }
a { background-color: rgb(73,0,227); }
div.DivClassName
{
background-color: #4900E3;
}
.BgClassName
{
background-color: #4900E3;
}
</style>
border-color css
<style>
span { border-color: #4900E3; }
span { border-color: rgb(73,0,227); }
td.TdClassName
{
border-color: #4900E3;
}
.TagClassName
{
border-color: #4900E3;
}
</style>