Shades of Han Purple #4023FD
Tints of Han Purple #4023FD
RGB
CMYK
RGB Variations
Color information
#4023FD (or 0x4023FD) is known color: Han Purple. HEX triplet: 40, 23 and FD. RGB value is (64,35,253). Sum of RGB (Red+Green+Blue) = 64+35+253=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #4023FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4023FD is #BFDC02. Grayscale: #434343. Windows color (decimal): -12573699 or 16589632. OLE color: 16589632.
HSL color Cylindrical-coordinate representation of color #4023FD: hue angle of 247.98º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4023FD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 35 | 253 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.01 |
| HSL | 247.98º | 0.98% | 0.56% | - |
| HSV(B) | 247.98º | 0.86% | 0.99% | - |
| XYZ | 20.45 | 9.38 | 93.66 | - |
| YUV | 68.52 | 232.11 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 35 | 253 | 0.75 | 0.86 | 0 | 0.01 | 247.98 | 0.98 | 0.56 |
| Hex | 40 | 23 | FD | 4B | 56 | 0 | 1 | F8 | 62 | 38 |
| Octal | 100 | 43 | 375 | 113 | 126 | 0 | 1 | 370 | 142 | 70 |
| Binary | 1000000 | 100011 | 11111101 | 1001011 | 1010110 | 0 | 1 | 11111000 | 1100010 | 111000 |
Color Harmonies of #4023FD
Complementary color
Monochromatic Colors of #4023FD
Black with #4023FD
Text Example
Text Example
White with #4023FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4023FD; }
p { color: rgb(64,35,253); }
H1.HeaderClassName
{
color: #4023FD;
}
.AnyTagClassName
{
color: #4023FD;
}
</style>
background-color css
<style>
a { background-color: #4023FD; }
a { background-color: rgb(64,35,253); }
div.DivClassName
{
background-color: #4023FD;
}
.BgClassName
{
background-color: #4023FD;
}
</style>
border-color css
<style>
span { border-color: #4023FD; }
span { border-color: rgb(64,35,253); }
td.TdClassName
{
border-color: #4023FD;
}
.TagClassName
{
border-color: #4023FD;
}
</style>