Shades of Han Purple #4021FF
Tints of Han Purple #4021FF
RGB
CMYK
RGB Variations
Color information
#4021FF (or 0x4021FF) is known color: Han Purple. HEX triplet: 40, 21 and FF. RGB value is (64,33,255). Sum of RGB (Red+Green+Blue) = 64+33+255=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #4021FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4021FF is #BFDE00. Grayscale: #424242. Windows color (decimal): -12574209 or 16720192. OLE color: 16720192.
HSL color Cylindrical-coordinate representation of color #4021FF: hue angle of 248.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4021FF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 33 | 255 | - |
| CMYK | 0.75 | 0.87 | 0 | 0 |
| HSL | 248.38º | 1% | 0.56% | - |
| HSV(B) | 248.38º | 0.87% | 1% | - |
| XYZ | 20.71 | 9.4 | 95.33 | - |
| YUV | 67.58 | 233.77 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 255 | 0.75 | 0.87 | 0 | 0 | 248.38 | 1 | 0.56 |
| Hex | 40 | 21 | FF | 4B | 57 | 0 | 0 | F8 | 64 | 38 |
| Octal | 100 | 41 | 377 | 113 | 127 | 0 | 0 | 370 | 144 | 70 |
| Binary | 1000000 | 100001 | 11111111 | 1001011 | 1010111 | 0 | 0 | 11111000 | 1100100 | 111000 |
Color Harmonies of #4021FF
Complementary color
Monochromatic Colors of #4021FF
Black with #4021FF
Text Example
Text Example
White with #4021FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4021FF; }
p { color: rgb(64,33,255); }
H1.HeaderClassName
{
color: #4021FF;
}
.AnyTagClassName
{
color: #4021FF;
}
</style>
background-color css
<style>
a { background-color: #4021FF; }
a { background-color: rgb(64,33,255); }
div.DivClassName
{
background-color: #4021FF;
}
.BgClassName
{
background-color: #4021FF;
}
</style>
border-color css
<style>
span { border-color: #4021FF; }
span { border-color: rgb(64,33,255); }
td.TdClassName
{
border-color: #4021FF;
}
.TagClassName
{
border-color: #4021FF;
}
</style>