Shades of Han Purple #4018DF
Tints of Han Purple #4018DF
RGB
CMYK
RGB Variations
Color information
#4018DF (or 0x4018DF) is known color: Han Purple. HEX triplet: 40, 18 and DF. RGB value is (64,24,223). Sum of RGB (Red+Green+Blue) = 64+24+223=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #4018DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018DF is #BFE720. Grayscale: #393939. Windows color (decimal): -12576545 or 14620736. OLE color: 14620736.
HSL color Cylindrical-coordinate representation of color #4018DF: hue angle of 252.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4018DF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 24 | 223 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.13 |
| HSL | 252.06º | 0.81% | 0.48% | - |
| HSV(B) | 252.06º | 0.89% | 0.87% | - |
| XYZ | 15.76 | 7.07 | 70.35 | - |
| YUV | 58.65 | 220.75 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 223 | 0.71 | 0.89 | 0 | 0.13 | 252.06 | 0.81 | 0.48 |
| Hex | 40 | 18 | DF | 47 | 59 | 0 | D | FC | 51 | 30 |
| Octal | 100 | 30 | 337 | 107 | 131 | 0 | 15 | 374 | 121 | 60 |
| Binary | 1000000 | 11000 | 11011111 | 1000111 | 1011001 | 0 | 1101 | 11111100 | 1010001 | 110000 |
Color Harmonies of #4018DF
Complementary color
Monochromatic Colors of #4018DF
Black with #4018DF
Text Example
Text Example
White with #4018DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018DF; }
p { color: rgb(64,24,223); }
H1.HeaderClassName
{
color: #4018DF;
}
.AnyTagClassName
{
color: #4018DF;
}
</style>
background-color css
<style>
a { background-color: #4018DF; }
a { background-color: rgb(64,24,223); }
div.DivClassName
{
background-color: #4018DF;
}
.BgClassName
{
background-color: #4018DF;
}
</style>
border-color css
<style>
span { border-color: #4018DF; }
span { border-color: rgb(64,24,223); }
td.TdClassName
{
border-color: #4018DF;
}
.TagClassName
{
border-color: #4018DF;
}
</style>