Shades of Han Purple #4030EC
Tints of Han Purple #4030EC
RGB
CMYK
RGB Variations
Color information
#4030EC (or 0x4030EC) is known color: Han Purple. HEX triplet: 40, 30 and EC. RGB value is (64,48,236). Sum of RGB (Red+Green+Blue) = 64+48+236=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #4030EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4030EC is #BFCF13. Grayscale: #494949. Windows color (decimal): -12570388 or 15478848. OLE color: 15478848.
HSL color Cylindrical-coordinate representation of color #4030EC: hue angle of 245.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4030EC is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 48 | 236 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.07 |
| HSL | 245.11º | 0.83% | 0.56% | - |
| HSV(B) | 245.11º | 0.8% | 0.93% | - |
| XYZ | 18.31 | 9.26 | 80.18 | - |
| YUV | 74.22 | 219.3 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 236 | 0.73 | 0.80 | 0 | 0.07 | 245.11 | 0.83 | 0.56 |
| Hex | 40 | 30 | EC | 49 | 50 | 0 | 7 | F5 | 53 | 38 |
| Octal | 100 | 60 | 354 | 111 | 120 | 0 | 7 | 365 | 123 | 70 |
| Binary | 1000000 | 110000 | 11101100 | 1001001 | 1010000 | 0 | 111 | 11110101 | 1010011 | 111000 |
Color Harmonies of #4030EC
Complementary color
Monochromatic Colors of #4030EC
Black with #4030EC
Text Example
Text Example
White with #4030EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4030EC; }
p { color: rgb(64,48,236); }
H1.HeaderClassName
{
color: #4030EC;
}
.AnyTagClassName
{
color: #4030EC;
}
</style>
background-color css
<style>
a { background-color: #4030EC; }
a { background-color: rgb(64,48,236); }
div.DivClassName
{
background-color: #4030EC;
}
.BgClassName
{
background-color: #4030EC;
}
</style>
border-color css
<style>
span { border-color: #4030EC; }
span { border-color: rgb(64,48,236); }
td.TdClassName
{
border-color: #4030EC;
}
.TagClassName
{
border-color: #4030EC;
}
</style>