Shades of Han Purple #401CFF
Tints of Han Purple #401CFF
RGB
CMYK
RGB Variations
Color information
#401CFF (or 0x401CFF) is known color: Han Purple. HEX triplet: 40, 1C and FF. RGB value is (64,28,255). Sum of RGB (Red+Green+Blue) = 64+28+255=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #401CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CFF is #BFE300. Grayscale: #3F3F3F. Windows color (decimal): -12575489 or 16718912. OLE color: 16718912.
HSL color Cylindrical-coordinate representation of color #401CFF: hue angle of 249.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401CFF is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 28 | 255 | - |
| CMYK | 0.75 | 0.89 | 0 | 0 |
| HSL | 249.52º | 1% | 0.55% | - |
| HSV(B) | 249.52º | 0.89% | 1% | - |
| XYZ | 20.58 | 9.14 | 95.29 | - |
| YUV | 64.64 | 235.43 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 255 | 0.75 | 0.89 | 0 | 0 | 249.52 | 1 | 0.55 |
| Hex | 40 | 1C | FF | 4B | 59 | 0 | 0 | FA | 64 | 37 |
| Octal | 100 | 34 | 377 | 113 | 131 | 0 | 0 | 372 | 144 | 67 |
| Binary | 1000000 | 11100 | 11111111 | 1001011 | 1011001 | 0 | 0 | 11111010 | 1100100 | 110111 |
Color Harmonies of #401CFF
Complementary color
Monochromatic Colors of #401CFF
Black with #401CFF
Text Example
Text Example
White with #401CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401CFF; }
p { color: rgb(64,28,255); }
H1.HeaderClassName
{
color: #401CFF;
}
.AnyTagClassName
{
color: #401CFF;
}
</style>
background-color css
<style>
a { background-color: #401CFF; }
a { background-color: rgb(64,28,255); }
div.DivClassName
{
background-color: #401CFF;
}
.BgClassName
{
background-color: #401CFF;
}
</style>
border-color css
<style>
span { border-color: #401CFF; }
span { border-color: rgb(64,28,255); }
td.TdClassName
{
border-color: #401CFF;
}
.TagClassName
{
border-color: #401CFF;
}
</style>