Shades of Han Purple #4020FE
Tints of Han Purple #4020FE
RGB
CMYK
RGB Variations
Color information
#4020FE (or 0x4020FE) is known color: Han Purple. HEX triplet: 40, 20 and FE. RGB value is (64,32,254). Sum of RGB (Red+Green+Blue) = 64+32+254=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #4020FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4020FE is #BFDF01. Grayscale: #424242. Windows color (decimal): -12574466 or 16654400. OLE color: 16654400.
HSL color Cylindrical-coordinate representation of color #4020FE: hue angle of 248.65º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4020FE is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 32 | 254 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.00 |
| HSL | 248.65º | 0.99% | 0.56% | - |
| HSV(B) | 248.65º | 0.87% | 1% | - |
| XYZ | 20.52 | 9.28 | 94.48 | - |
| YUV | 66.88 | 233.6 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 254 | 0.75 | 0.87 | 0 | 0.00 | 248.65 | 0.99 | 0.56 |
| Hex | 40 | 20 | FE | 4B | 57 | 0 | 0 | F9 | 63 | 38 |
| Octal | 100 | 40 | 376 | 113 | 127 | 0 | 0 | 371 | 143 | 70 |
| Binary | 1000000 | 100000 | 11111110 | 1001011 | 1010111 | 0 | 0 | 11111001 | 1100011 | 111000 |
Color Harmonies of #4020FE
Complementary color
Monochromatic Colors of #4020FE
Black with #4020FE
Text Example
Text Example
White with #4020FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4020FE; }
p { color: rgb(64,32,254); }
H1.HeaderClassName
{
color: #4020FE;
}
.AnyTagClassName
{
color: #4020FE;
}
</style>
background-color css
<style>
a { background-color: #4020FE; }
a { background-color: rgb(64,32,254); }
div.DivClassName
{
background-color: #4020FE;
}
.BgClassName
{
background-color: #4020FE;
}
</style>
border-color css
<style>
span { border-color: #4020FE; }
span { border-color: rgb(64,32,254); }
td.TdClassName
{
border-color: #4020FE;
}
.TagClassName
{
border-color: #4020FE;
}
</style>