Shades of Han Purple #401DFE
Tints of Han Purple #401DFE
RGB
CMYK
RGB Variations
Color information
#401DFE (or 0x401DFE) is known color: Han Purple. HEX triplet: 40, 1D and FE. RGB value is (64,29,254). Sum of RGB (Red+Green+Blue) = 64+29+254=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #401DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DFE is #BFE201. Grayscale: #404040. Windows color (decimal): -12575234 or 16653632. OLE color: 16653632.
HSL color Cylindrical-coordinate representation of color #401DFE: hue angle of 249.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401DFE is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 29 | 254 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.00 |
| HSL | 249.33º | 0.99% | 0.55% | - |
| HSV(B) | 249.33º | 0.89% | 1% | - |
| XYZ | 20.44 | 9.12 | 94.45 | - |
| YUV | 65.12 | 234.6 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 254 | 0.75 | 0.89 | 0 | 0.00 | 249.33 | 0.99 | 0.55 |
| Hex | 40 | 1D | FE | 4B | 59 | 0 | 0 | F9 | 63 | 37 |
| Octal | 100 | 35 | 376 | 113 | 131 | 0 | 0 | 371 | 143 | 67 |
| Binary | 1000000 | 11101 | 11111110 | 1001011 | 1011001 | 0 | 0 | 11111001 | 1100011 | 110111 |
Color Harmonies of #401DFE
Complementary color
Monochromatic Colors of #401DFE
Black with #401DFE
Text Example
Text Example
White with #401DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DFE; }
p { color: rgb(64,29,254); }
H1.HeaderClassName
{
color: #401DFE;
}
.AnyTagClassName
{
color: #401DFE;
}
</style>
background-color css
<style>
a { background-color: #401DFE; }
a { background-color: rgb(64,29,254); }
div.DivClassName
{
background-color: #401DFE;
}
.BgClassName
{
background-color: #401DFE;
}
</style>
border-color css
<style>
span { border-color: #401DFE; }
span { border-color: rgb(64,29,254); }
td.TdClassName
{
border-color: #401DFE;
}
.TagClassName
{
border-color: #401DFE;
}
</style>