Shades of Han Purple #4017ED
Tints of Han Purple #4017ED
RGB
CMYK
RGB Variations
Color information
#4017ED (or 0x4017ED) is known color: Han Purple. HEX triplet: 40, 17 and ED. RGB value is (64,23,237). Sum of RGB (Red+Green+Blue) = 64+23+237=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #4017ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4017ED is #BFE812. Grayscale: #3A3A3A. Windows color (decimal): -12576787 or 15537984. OLE color: 15537984.
HSL color Cylindrical-coordinate representation of color #4017ED: hue angle of 251.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4017ED is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 23 | 237 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.07 |
| HSL | 251.5º | 0.86% | 0.51% | - |
| HSV(B) | 251.5º | 0.9% | 0.93% | - |
| XYZ | 17.71 | 7.82 | 80.7 | - |
| YUV | 59.66 | 228.08 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 237 | 0.73 | 0.90 | 0 | 0.07 | 251.5 | 0.86 | 0.51 |
| Hex | 40 | 17 | ED | 49 | 5A | 0 | 7 | FB | 56 | 33 |
| Octal | 100 | 27 | 355 | 111 | 132 | 0 | 7 | 373 | 126 | 63 |
| Binary | 1000000 | 10111 | 11101101 | 1001001 | 1011010 | 0 | 111 | 11111011 | 1010110 | 110011 |
Color Harmonies of #4017ED
Complementary color
Monochromatic Colors of #4017ED
Black with #4017ED
Text Example
Text Example
White with #4017ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4017ED; }
p { color: rgb(64,23,237); }
H1.HeaderClassName
{
color: #4017ED;
}
.AnyTagClassName
{
color: #4017ED;
}
</style>
background-color css
<style>
a { background-color: #4017ED; }
a { background-color: rgb(64,23,237); }
div.DivClassName
{
background-color: #4017ED;
}
.BgClassName
{
background-color: #4017ED;
}
</style>
border-color css
<style>
span { border-color: #4017ED; }
span { border-color: rgb(64,23,237); }
td.TdClassName
{
border-color: #4017ED;
}
.TagClassName
{
border-color: #4017ED;
}
</style>