Shades of Han Purple #4018FD
Tints of Han Purple #4018FD
RGB
CMYK
RGB Variations
Color information
#4018FD (or 0x4018FD) is known color: Han Purple. HEX triplet: 40, 18 and FD. RGB value is (64,24,253). Sum of RGB (Red+Green+Blue) = 64+24+253=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #4018FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4018FD is #BFE702. Grayscale: #3D3D3D. Windows color (decimal): -12576515 or 16586816. OLE color: 16586816.
HSL color Cylindrical-coordinate representation of color #4018FD: hue angle of 250.48º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4018FD is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 24 | 253 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.01 |
| HSL | 250.48º | 0.98% | 0.54% | - |
| HSV(B) | 250.48º | 0.91% | 0.99% | - |
| XYZ | 20.17 | 8.84 | 93.57 | - |
| YUV | 62.07 | 235.75 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 253 | 0.75 | 0.91 | 0 | 0.01 | 250.48 | 0.98 | 0.54 |
| Hex | 40 | 18 | FD | 4B | 5B | 0 | 1 | FA | 62 | 36 |
| Octal | 100 | 30 | 375 | 113 | 133 | 0 | 1 | 372 | 142 | 66 |
| Binary | 1000000 | 11000 | 11111101 | 1001011 | 1011011 | 0 | 1 | 11111010 | 1100010 | 110110 |
Color Harmonies of #4018FD
Complementary color
Monochromatic Colors of #4018FD
Black with #4018FD
Text Example
Text Example
White with #4018FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018FD; }
p { color: rgb(64,24,253); }
H1.HeaderClassName
{
color: #4018FD;
}
.AnyTagClassName
{
color: #4018FD;
}
</style>
background-color css
<style>
a { background-color: #4018FD; }
a { background-color: rgb(64,24,253); }
div.DivClassName
{
background-color: #4018FD;
}
.BgClassName
{
background-color: #4018FD;
}
</style>
border-color css
<style>
span { border-color: #4018FD; }
span { border-color: rgb(64,24,253); }
td.TdClassName
{
border-color: #4018FD;
}
.TagClassName
{
border-color: #4018FD;
}
</style>