Shades of Han Purple #4021DA
Tints of Han Purple #4021DA
RGB
CMYK
RGB Variations
Color information
#4021DA (or 0x4021DA) is known color: Han Purple. HEX triplet: 40, 21 and DA. RGB value is (64,33,218). Sum of RGB (Red+Green+Blue) = 64+33+218=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #4021DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4021DA is #BFDE25. Grayscale: #3E3E3E. Windows color (decimal): -12574246 or 14295360. OLE color: 14295360.
HSL color Cylindrical-coordinate representation of color #4021DA: hue angle of 250.05º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4021DA is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 33 | 218 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.15 |
| HSL | 250.05º | 0.74% | 0.49% | - |
| HSV(B) | 250.05º | 0.85% | 0.85% | - |
| XYZ | 15.31 | 7.24 | 66.92 | - |
| YUV | 63.36 | 215.27 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 33 | 218 | 0.71 | 0.85 | 0 | 0.15 | 250.05 | 0.74 | 0.49 |
| Hex | 40 | 21 | DA | 47 | 55 | 0 | F | FA | 4A | 31 |
| Octal | 100 | 41 | 332 | 107 | 125 | 0 | 17 | 372 | 112 | 61 |
| Binary | 1000000 | 100001 | 11011010 | 1000111 | 1010101 | 0 | 1111 | 11111010 | 1001010 | 110001 |
Color Harmonies of #4021DA
Complementary color
Monochromatic Colors of #4021DA
Black with #4021DA
Text Example
Text Example
White with #4021DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4021DA; }
p { color: rgb(64,33,218); }
H1.HeaderClassName
{
color: #4021DA;
}
.AnyTagClassName
{
color: #4021DA;
}
</style>
background-color css
<style>
a { background-color: #4021DA; }
a { background-color: rgb(64,33,218); }
div.DivClassName
{
background-color: #4021DA;
}
.BgClassName
{
background-color: #4021DA;
}
</style>
border-color css
<style>
span { border-color: #4021DA; }
span { border-color: rgb(64,33,218); }
td.TdClassName
{
border-color: #4021DA;
}
.TagClassName
{
border-color: #4021DA;
}
</style>