Shades of Han Purple #401FDF
Tints of Han Purple #401FDF
RGB
CMYK
RGB Variations
Color information
#401FDF (or 0x401FDF) is known color: Han Purple. HEX triplet: 40, 1F and DF. RGB value is (64,31,223). Sum of RGB (Red+Green+Blue) = 64+31+223=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #401FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FDF is #BFE020. Grayscale: #3E3E3E. Windows color (decimal): -12574753 or 14622528. OLE color: 14622528.
HSL color Cylindrical-coordinate representation of color #401FDF: hue angle of 250.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401FDF is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 31 | 223 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.13 |
| HSL | 250.31º | 0.76% | 0.5% | - |
| HSV(B) | 250.31º | 0.86% | 0.87% | - |
| XYZ | 15.92 | 7.4 | 70.4 | - |
| YUV | 62.76 | 218.43 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 31 | 223 | 0.71 | 0.86 | 0 | 0.13 | 250.31 | 0.76 | 0.5 |
| Hex | 40 | 1F | DF | 47 | 56 | 0 | D | FA | 4C | 32 |
| Octal | 100 | 37 | 337 | 107 | 126 | 0 | 15 | 372 | 114 | 62 |
| Binary | 1000000 | 11111 | 11011111 | 1000111 | 1010110 | 0 | 1101 | 11111010 | 1001100 | 110010 |
Color Harmonies of #401FDF
Complementary color
Monochromatic Colors of #401FDF
Black with #401FDF
Text Example
Text Example
White with #401FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401FDF; }
p { color: rgb(64,31,223); }
H1.HeaderClassName
{
color: #401FDF;
}
.AnyTagClassName
{
color: #401FDF;
}
</style>
background-color css
<style>
a { background-color: #401FDF; }
a { background-color: rgb(64,31,223); }
div.DivClassName
{
background-color: #401FDF;
}
.BgClassName
{
background-color: #401FDF;
}
</style>
border-color css
<style>
span { border-color: #401FDF; }
span { border-color: rgb(64,31,223); }
td.TdClassName
{
border-color: #401FDF;
}
.TagClassName
{
border-color: #401FDF;
}
</style>