Shades of Han Purple #4018DA
Tints of Han Purple #4018DA
RGB
CMYK
RGB Variations
Color information
#4018DA (or 0x4018DA) is known color: Han Purple. HEX triplet: 40, 18 and DA. RGB value is (64,24,218). Sum of RGB (Red+Green+Blue) = 64+24+218=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #4018DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018DA is #BFE725. Grayscale: #393939. Windows color (decimal): -12576550 or 14293056. OLE color: 14293056.
HSL color Cylindrical-coordinate representation of color #4018DA: hue angle of 252.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4018DA is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 24 | 218 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.15 |
| HSL | 252.37º | 0.8% | 0.47% | - |
| HSV(B) | 252.37º | 0.89% | 0.85% | - |
| XYZ | 15.1 | 6.81 | 66.85 | - |
| YUV | 58.08 | 218.25 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 218 | 0.71 | 0.89 | 0 | 0.15 | 252.37 | 0.8 | 0.47 |
| Hex | 40 | 18 | DA | 47 | 59 | 0 | F | FC | 50 | 2F |
| Octal | 100 | 30 | 332 | 107 | 131 | 0 | 17 | 374 | 120 | 57 |
| Binary | 1000000 | 11000 | 11011010 | 1000111 | 1011001 | 0 | 1111 | 11111100 | 1010000 | 101111 |
Color Harmonies of #4018DA
Complementary color
Monochromatic Colors of #4018DA
Black with #4018DA
Text Example
Text Example
White with #4018DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018DA; }
p { color: rgb(64,24,218); }
H1.HeaderClassName
{
color: #4018DA;
}
.AnyTagClassName
{
color: #4018DA;
}
</style>
background-color css
<style>
a { background-color: #4018DA; }
a { background-color: rgb(64,24,218); }
div.DivClassName
{
background-color: #4018DA;
}
.BgClassName
{
background-color: #4018DA;
}
</style>
border-color css
<style>
span { border-color: #4018DA; }
span { border-color: rgb(64,24,218); }
td.TdClassName
{
border-color: #4018DA;
}
.TagClassName
{
border-color: #4018DA;
}
</style>