Shades of Han Purple #4024FD
Tints of Han Purple #4024FD
RGB
CMYK
RGB Variations
Color information
#4024FD (or 0x4024FD) is known color: Han Purple. HEX triplet: 40, 24 and FD. RGB value is (64,36,253). Sum of RGB (Red+Green+Blue) = 64+36+253=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #4024FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4024FD is #BFDB02. Grayscale: #444444. Windows color (decimal): -12573443 or 16589888. OLE color: 16589888.
HSL color Cylindrical-coordinate representation of color #4024FD: hue angle of 247.74º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4024FD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 36 | 253 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.01 |
| HSL | 247.74º | 0.98% | 0.57% | - |
| HSV(B) | 247.74º | 0.86% | 0.99% | - |
| XYZ | 20.47 | 9.44 | 93.67 | - |
| YUV | 69.11 | 231.78 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 253 | 0.75 | 0.86 | 0 | 0.01 | 247.74 | 0.98 | 0.57 |
| Hex | 40 | 24 | FD | 4B | 56 | 0 | 1 | F8 | 62 | 39 |
| Octal | 100 | 44 | 375 | 113 | 126 | 0 | 1 | 370 | 142 | 71 |
| Binary | 1000000 | 100100 | 11111101 | 1001011 | 1010110 | 0 | 1 | 11111000 | 1100010 | 111001 |
Color Harmonies of #4024FD
Complementary color
Monochromatic Colors of #4024FD
Black with #4024FD
Text Example
Text Example
White with #4024FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4024FD; }
p { color: rgb(64,36,253); }
H1.HeaderClassName
{
color: #4024FD;
}
.AnyTagClassName
{
color: #4024FD;
}
</style>
background-color css
<style>
a { background-color: #4024FD; }
a { background-color: rgb(64,36,253); }
div.DivClassName
{
background-color: #4024FD;
}
.BgClassName
{
background-color: #4024FD;
}
</style>
border-color css
<style>
span { border-color: #4024FD; }
span { border-color: rgb(64,36,253); }
td.TdClassName
{
border-color: #4024FD;
}
.TagClassName
{
border-color: #4024FD;
}
</style>