Shades of Han Purple #4E03DB
Tints of Han Purple #4E03DB
RGB
CMYK
RGB Variations
Color information
#4E03DB (or 0x4E03DB) is known color: Han Purple. HEX triplet: 4E, 03 and DB. RGB value is (78,3,219). Sum of RGB (Red+Green+Blue) = 78+3+219=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E03DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E03DB is #B1FC24. Grayscale: #313131. Windows color (decimal): -11664421 or 14353230. OLE color: 14353230.
HSL color Cylindrical-coordinate representation of color #4E03DB: hue angle of 260.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E03DB is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 3 | 219 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.14 |
| HSL | 260.83º | 0.97% | 0.44% | - |
| HSV(B) | 260.83º | 0.99% | 0.86% | - |
| XYZ | 15.96 | 6.8 | 67.49 | - |
| YUV | 50.05 | 223.35 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 219 | 0.64 | 0.99 | 0 | 0.14 | 260.83 | 0.97 | 0.44 |
| Hex | 4E | 3 | DB | 40 | 63 | 0 | E | 105 | 61 | 2C |
| Octal | 116 | 3 | 333 | 100 | 143 | 0 | 16 | 405 | 141 | 54 |
| Binary | 1001110 | 11 | 11011011 | 1000000 | 1100011 | 0 | 1110 | 100000101 | 1100001 | 101100 |
Color Harmonies of #4E03DB
Complementary color
Monochromatic Colors of #4E03DB
Black with #4E03DB
Text Example
Text Example
White with #4E03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E03DB; }
p { color: rgb(78,3,219); }
H1.HeaderClassName
{
color: #4E03DB;
}
.AnyTagClassName
{
color: #4E03DB;
}
</style>
background-color css
<style>
a { background-color: #4E03DB; }
a { background-color: rgb(78,3,219); }
div.DivClassName
{
background-color: #4E03DB;
}
.BgClassName
{
background-color: #4E03DB;
}
</style>
border-color css
<style>
span { border-color: #4E03DB; }
span { border-color: rgb(78,3,219); }
td.TdClassName
{
border-color: #4E03DB;
}
.TagClassName
{
border-color: #4E03DB;
}
</style>