Shades of Han Purple #4018FE
Tints of Han Purple #4018FE
RGB
CMYK
RGB Variations
Color information
#4018FE (or 0x4018FE) is known color: Han Purple. HEX triplet: 40, 18 and FE. RGB value is (64,24,254). Sum of RGB (Red+Green+Blue) = 64+24+254=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #4018FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4018FE is #BFE701. Grayscale: #3D3D3D. Windows color (decimal): -12576514 or 16652352. OLE color: 16652352.
HSL color Cylindrical-coordinate representation of color #4018FE: hue angle of 250.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4018FE is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 24 | 254 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.00 |
| HSL | 250.43º | 0.99% | 0.55% | - |
| HSV(B) | 250.43º | 0.91% | 1% | - |
| XYZ | 20.33 | 8.9 | 94.41 | - |
| YUV | 62.18 | 236.25 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 254 | 0.75 | 0.91 | 0 | 0.00 | 250.43 | 0.99 | 0.55 |
| Hex | 40 | 18 | FE | 4B | 5B | 0 | 0 | FA | 63 | 37 |
| Octal | 100 | 30 | 376 | 113 | 133 | 0 | 0 | 372 | 143 | 67 |
| Binary | 1000000 | 11000 | 11111110 | 1001011 | 1011011 | 0 | 0 | 11111010 | 1100011 | 110111 |
Color Harmonies of #4018FE
Complementary color
Monochromatic Colors of #4018FE
Black with #4018FE
Text Example
Text Example
White with #4018FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4018FE; }
p { color: rgb(64,24,254); }
H1.HeaderClassName
{
color: #4018FE;
}
.AnyTagClassName
{
color: #4018FE;
}
</style>
background-color css
<style>
a { background-color: #4018FE; }
a { background-color: rgb(64,24,254); }
div.DivClassName
{
background-color: #4018FE;
}
.BgClassName
{
background-color: #4018FE;
}
</style>
border-color css
<style>
span { border-color: #4018FE; }
span { border-color: rgb(64,24,254); }
td.TdClassName
{
border-color: #4018FE;
}
.TagClassName
{
border-color: #4018FE;
}
</style>