Shades of Han Purple #4E30FF
Tints of Han Purple #4E30FF
RGB
CMYK
RGB Variations
Color information
#4E30FF (or 0x4E30FF) is known color: Han Purple. HEX triplet: 4E, 30 and FF. RGB value is (78,48,255). Sum of RGB (Red+Green+Blue) = 78+48+255=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E30FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E30FF is #B1CF00. Grayscale: #4F4F4F. Windows color (decimal): -11652865 or 16724046. OLE color: 16724046.
HSL color Cylindrical-coordinate representation of color #4E30FF: hue angle of 248.7º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E30FF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 48 | 255 | - |
| CMYK | 0.69 | 0.81 | 0 | 0 |
| HSL | 248.7º | 1% | 0.59% | - |
| HSV(B) | 248.7º | 0.81% | 1% | - |
| XYZ | 22.25 | 10.95 | 95.55 | - |
| YUV | 80.57 | 226.44 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 255 | 0.69 | 0.81 | 0 | 0 | 248.7 | 1 | 0.59 |
| Hex | 4E | 30 | FF | 45 | 51 | 0 | 0 | F9 | 64 | 3B |
| Octal | 116 | 60 | 377 | 105 | 121 | 0 | 0 | 371 | 144 | 73 |
| Binary | 1001110 | 110000 | 11111111 | 1000101 | 1010001 | 0 | 0 | 11111001 | 1100100 | 111011 |
Color Harmonies of #4E30FF
Complementary color
Monochromatic Colors of #4E30FF
Black with #4E30FF
Text Example
Text Example
White with #4E30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E30FF; }
p { color: rgb(78,48,255); }
H1.HeaderClassName
{
color: #4E30FF;
}
.AnyTagClassName
{
color: #4E30FF;
}
</style>
background-color css
<style>
a { background-color: #4E30FF; }
a { background-color: rgb(78,48,255); }
div.DivClassName
{
background-color: #4E30FF;
}
.BgClassName
{
background-color: #4E30FF;
}
</style>
border-color css
<style>
span { border-color: #4E30FF; }
span { border-color: rgb(78,48,255); }
td.TdClassName
{
border-color: #4E30FF;
}
.TagClassName
{
border-color: #4E30FF;
}
</style>