Shades of Han Purple #401DFA
Tints of Han Purple #401DFA
RGB
CMYK
RGB Variations
Color information
#401DFA (or 0x401DFA) is known color: Han Purple. HEX triplet: 40, 1D and FA. RGB value is (64,29,250). Sum of RGB (Red+Green+Blue) = 64+29+250=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #401DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DFA is #BFE205. Grayscale: #3F3F3F. Windows color (decimal): -12575238 or 16391488. OLE color: 16391488.
HSL color Cylindrical-coordinate representation of color #401DFA: hue angle of 249.5º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401DFA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 29 | 250 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.02 |
| HSL | 249.5º | 0.96% | 0.55% | - |
| HSV(B) | 249.5º | 0.88% | 0.98% | - |
| XYZ | 19.81 | 8.87 | 91.11 | - |
| YUV | 64.66 | 232.6 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 250 | 0.74 | 0.88 | 0 | 0.02 | 249.5 | 0.96 | 0.55 |
| Hex | 40 | 1D | FA | 4A | 58 | 0 | 2 | FA | 60 | 37 |
| Octal | 100 | 35 | 372 | 112 | 130 | 0 | 2 | 372 | 140 | 67 |
| Binary | 1000000 | 11101 | 11111010 | 1001010 | 1011000 | 0 | 10 | 11111010 | 1100000 | 110111 |
Color Harmonies of #401DFA
Complementary color
Monochromatic Colors of #401DFA
Black with #401DFA
Text Example
Text Example
White with #401DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DFA; }
p { color: rgb(64,29,250); }
H1.HeaderClassName
{
color: #401DFA;
}
.AnyTagClassName
{
color: #401DFA;
}
</style>
background-color css
<style>
a { background-color: #401DFA; }
a { background-color: rgb(64,29,250); }
div.DivClassName
{
background-color: #401DFA;
}
.BgClassName
{
background-color: #401DFA;
}
</style>
border-color css
<style>
span { border-color: #401DFA; }
span { border-color: rgb(64,29,250); }
td.TdClassName
{
border-color: #401DFA;
}
.TagClassName
{
border-color: #401DFA;
}
</style>