Shades of Han Purple #4017FE
Tints of Han Purple #4017FE
RGB
CMYK
RGB Variations
Color information
#4017FE (or 0x4017FE) is known color: Han Purple. HEX triplet: 40, 17 and FE. RGB value is (64,23,254). Sum of RGB (Red+Green+Blue) = 64+23+254=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #4017FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4017FE is #BFE801. Grayscale: #3C3C3C. Windows color (decimal): -12576770 or 16652096. OLE color: 16652096.
HSL color Cylindrical-coordinate representation of color #4017FE: hue angle of 250.65º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4017FE is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 23 | 254 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.00 |
| HSL | 250.65º | 0.99% | 0.54% | - |
| HSV(B) | 250.65º | 0.91% | 1% | - |
| XYZ | 20.31 | 8.86 | 94.41 | - |
| YUV | 61.59 | 236.58 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 254 | 0.75 | 0.91 | 0 | 0.00 | 250.65 | 0.99 | 0.54 |
| Hex | 40 | 17 | FE | 4B | 5B | 0 | 0 | FB | 63 | 36 |
| Octal | 100 | 27 | 376 | 113 | 133 | 0 | 0 | 373 | 143 | 66 |
| Binary | 1000000 | 10111 | 11111110 | 1001011 | 1011011 | 0 | 0 | 11111011 | 1100011 | 110110 |
Color Harmonies of #4017FE
Complementary color
Monochromatic Colors of #4017FE
Black with #4017FE
Text Example
Text Example
White with #4017FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4017FE; }
p { color: rgb(64,23,254); }
H1.HeaderClassName
{
color: #4017FE;
}
.AnyTagClassName
{
color: #4017FE;
}
</style>
background-color css
<style>
a { background-color: #4017FE; }
a { background-color: rgb(64,23,254); }
div.DivClassName
{
background-color: #4017FE;
}
.BgClassName
{
background-color: #4017FE;
}
</style>
border-color css
<style>
span { border-color: #4017FE; }
span { border-color: rgb(64,23,254); }
td.TdClassName
{
border-color: #4017FE;
}
.TagClassName
{
border-color: #4017FE;
}
</style>