Shades of Han Purple #401DFB
Tints of Han Purple #401DFB
RGB
CMYK
RGB Variations
Color information
#401DFB (or 0x401DFB) is known color: Han Purple. HEX triplet: 40, 1D and FB. RGB value is (64,29,251). Sum of RGB (Red+Green+Blue) = 64+29+251=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #401DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DFB is #BFE204. Grayscale: #3F3F3F. Windows color (decimal): -12575237 or 16457024. OLE color: 16457024.
HSL color Cylindrical-coordinate representation of color #401DFB: hue angle of 249.46º degrees, saturation: 0.97, 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 #401DFB is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 29 | 251 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.02 |
| HSL | 249.46º | 0.97% | 0.55% | - |
| HSV(B) | 249.46º | 0.88% | 0.98% | - |
| XYZ | 19.97 | 8.93 | 91.94 | - |
| YUV | 64.77 | 233.1 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 251 | 0.75 | 0.88 | 0 | 0.02 | 249.46 | 0.97 | 0.55 |
| Hex | 40 | 1D | FB | 4B | 58 | 0 | 2 | F9 | 61 | 37 |
| Octal | 100 | 35 | 373 | 113 | 130 | 0 | 2 | 371 | 141 | 67 |
| Binary | 1000000 | 11101 | 11111011 | 1001011 | 1011000 | 0 | 10 | 11111001 | 1100001 | 110111 |
Color Harmonies of #401DFB
Complementary color
Monochromatic Colors of #401DFB
Black with #401DFB
Text Example
Text Example
White with #401DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401DFB; }
p { color: rgb(64,29,251); }
H1.HeaderClassName
{
color: #401DFB;
}
.AnyTagClassName
{
color: #401DFB;
}
</style>
background-color css
<style>
a { background-color: #401DFB; }
a { background-color: rgb(64,29,251); }
div.DivClassName
{
background-color: #401DFB;
}
.BgClassName
{
background-color: #401DFB;
}
</style>
border-color css
<style>
span { border-color: #401DFB; }
span { border-color: rgb(64,29,251); }
td.TdClassName
{
border-color: #401DFB;
}
.TagClassName
{
border-color: #401DFB;
}
</style>