Shades of Han Purple #4019DF
Tints of Han Purple #4019DF
RGB
CMYK
RGB Variations
Color information
#4019DF (or 0x4019DF) is known color: Han Purple. HEX triplet: 40, 19 and DF. RGB value is (64,25,223). Sum of RGB (Red+Green+Blue) = 64+25+223=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #4019DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4019DF is #BFE620. Grayscale: #3A3A3A. Windows color (decimal): -12576289 or 14620992. OLE color: 14620992.
HSL color Cylindrical-coordinate representation of color #4019DF: hue angle of 251.82º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4019DF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 25 | 223 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.13 |
| HSL | 251.82º | 0.8% | 0.49% | - |
| HSV(B) | 251.82º | 0.89% | 0.87% | - |
| XYZ | 15.78 | 7.11 | 70.35 | - |
| YUV | 59.23 | 220.42 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 223 | 0.71 | 0.89 | 0 | 0.13 | 251.82 | 0.8 | 0.49 |
| Hex | 40 | 19 | DF | 47 | 59 | 0 | D | FC | 50 | 31 |
| Octal | 100 | 31 | 337 | 107 | 131 | 0 | 15 | 374 | 120 | 61 |
| Binary | 1000000 | 11001 | 11011111 | 1000111 | 1011001 | 0 | 1101 | 11111100 | 1010000 | 110001 |
Color Harmonies of #4019DF
Complementary color
Monochromatic Colors of #4019DF
Black with #4019DF
Text Example
Text Example
White with #4019DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4019DF; }
p { color: rgb(64,25,223); }
H1.HeaderClassName
{
color: #4019DF;
}
.AnyTagClassName
{
color: #4019DF;
}
</style>
background-color css
<style>
a { background-color: #4019DF; }
a { background-color: rgb(64,25,223); }
div.DivClassName
{
background-color: #4019DF;
}
.BgClassName
{
background-color: #4019DF;
}
</style>
border-color css
<style>
span { border-color: #4019DF; }
span { border-color: rgb(64,25,223); }
td.TdClassName
{
border-color: #4019DF;
}
.TagClassName
{
border-color: #4019DF;
}
</style>