Shades of Han Purple #401EFE
Tints of Han Purple #401EFE
RGB
CMYK
RGB Variations
Color information
#401EFE (or 0x401EFE) is known color: Han Purple. HEX triplet: 40, 1E and FE. RGB value is (64,30,254). Sum of RGB (Red+Green+Blue) = 64+30+254=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #401EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401EFE is #BFE101. Grayscale: #404040. Windows color (decimal): -12574978 or 16653888. OLE color: 16653888.
HSL color Cylindrical-coordinate representation of color #401EFE: hue angle of 249.11º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401EFE is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 30 | 254 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.00 |
| HSL | 249.11º | 0.99% | 0.56% | - |
| HSV(B) | 249.11º | 0.88% | 1% | - |
| XYZ | 20.47 | 9.17 | 94.46 | - |
| YUV | 65.7 | 234.26 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 254 | 0.75 | 0.88 | 0 | 0.00 | 249.11 | 0.99 | 0.56 |
| Hex | 40 | 1E | FE | 4B | 58 | 0 | 0 | F9 | 63 | 38 |
| Octal | 100 | 36 | 376 | 113 | 130 | 0 | 0 | 371 | 143 | 70 |
| Binary | 1000000 | 11110 | 11111110 | 1001011 | 1011000 | 0 | 0 | 11111001 | 1100011 | 111000 |
Color Harmonies of #401EFE
Complementary color
Monochromatic Colors of #401EFE
Black with #401EFE
Text Example
Text Example
White with #401EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401EFE; }
p { color: rgb(64,30,254); }
H1.HeaderClassName
{
color: #401EFE;
}
.AnyTagClassName
{
color: #401EFE;
}
</style>
background-color css
<style>
a { background-color: #401EFE; }
a { background-color: rgb(64,30,254); }
div.DivClassName
{
background-color: #401EFE;
}
.BgClassName
{
background-color: #401EFE;
}
</style>
border-color css
<style>
span { border-color: #401EFE; }
span { border-color: rgb(64,30,254); }
td.TdClassName
{
border-color: #401EFE;
}
.TagClassName
{
border-color: #401EFE;
}
</style>