Shades of Han Purple #4017EB
Tints of Han Purple #4017EB
RGB
CMYK
RGB Variations
Color information
#4017EB (or 0x4017EB) is known color: Han Purple. HEX triplet: 40, 17 and EB. RGB value is (64,23,235). Sum of RGB (Red+Green+Blue) = 64+23+235=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #4017EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4017EB is #BFE814. Grayscale: #3A3A3A. Windows color (decimal): -12576789 or 15406912. OLE color: 15406912.
HSL color Cylindrical-coordinate representation of color #4017EB: hue angle of 251.6º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4017EB is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 23 | 235 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.08 |
| HSL | 251.6º | 0.84% | 0.51% | - |
| HSV(B) | 251.6º | 0.9% | 0.92% | - |
| XYZ | 17.42 | 7.7 | 79.17 | - |
| YUV | 59.43 | 227.08 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 235 | 0.73 | 0.90 | 0 | 0.08 | 251.6 | 0.84 | 0.51 |
| Hex | 40 | 17 | EB | 49 | 5A | 0 | 8 | FC | 54 | 33 |
| Octal | 100 | 27 | 353 | 111 | 132 | 0 | 10 | 374 | 124 | 63 |
| Binary | 1000000 | 10111 | 11101011 | 1001001 | 1011010 | 0 | 1000 | 11111100 | 1010100 | 110011 |
Color Harmonies of #4017EB
Complementary color
Monochromatic Colors of #4017EB
Black with #4017EB
Text Example
Text Example
White with #4017EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4017EB; }
p { color: rgb(64,23,235); }
H1.HeaderClassName
{
color: #4017EB;
}
.AnyTagClassName
{
color: #4017EB;
}
</style>
background-color css
<style>
a { background-color: #4017EB; }
a { background-color: rgb(64,23,235); }
div.DivClassName
{
background-color: #4017EB;
}
.BgClassName
{
background-color: #4017EB;
}
</style>
border-color css
<style>
span { border-color: #4017EB; }
span { border-color: rgb(64,23,235); }
td.TdClassName
{
border-color: #4017EB;
}
.TagClassName
{
border-color: #4017EB;
}
</style>