Shades of Han Purple #4017FF
Tints of Han Purple #4017FF
RGB
CMYK
RGB Variations
Color information
#4017FF (or 0x4017FF) is known color: Han Purple. HEX triplet: 40, 17 and FF. RGB value is (64,23,255). Sum of RGB (Red+Green+Blue) = 64+23+255=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #4017FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4017FF is #BFE800. Grayscale: #3C3C3C. Windows color (decimal): -12576769 or 16717632. OLE color: 16717632.
HSL color Cylindrical-coordinate representation of color #4017FF: hue angle of 250.6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4017FF is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 23 | 255 | - |
| CMYK | 0.75 | 0.91 | 0 | 0 |
| HSL | 250.6º | 1% | 0.55% | - |
| HSV(B) | 250.6º | 0.91% | 1% | - |
| XYZ | 20.47 | 8.92 | 95.25 | - |
| YUV | 61.71 | 237.08 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 255 | 0.75 | 0.91 | 0 | 0 | 250.6 | 1 | 0.55 |
| Hex | 40 | 17 | FF | 4B | 5B | 0 | 0 | FB | 64 | 37 |
| Octal | 100 | 27 | 377 | 113 | 133 | 0 | 0 | 373 | 144 | 67 |
| Binary | 1000000 | 10111 | 11111111 | 1001011 | 1011011 | 0 | 0 | 11111011 | 1100100 | 110111 |
Color Harmonies of #4017FF
Complementary color
Monochromatic Colors of #4017FF
Black with #4017FF
Text Example
Text Example
White with #4017FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4017FF; }
p { color: rgb(64,23,255); }
H1.HeaderClassName
{
color: #4017FF;
}
.AnyTagClassName
{
color: #4017FF;
}
</style>
background-color css
<style>
a { background-color: #4017FF; }
a { background-color: rgb(64,23,255); }
div.DivClassName
{
background-color: #4017FF;
}
.BgClassName
{
background-color: #4017FF;
}
</style>
border-color css
<style>
span { border-color: #4017FF; }
span { border-color: rgb(64,23,255); }
td.TdClassName
{
border-color: #4017FF;
}
.TagClassName
{
border-color: #4017FF;
}
</style>