Shades of Han Purple #401BFE
Tints of Han Purple #401BFE
RGB
CMYK
RGB Variations
Color information
#401BFE (or 0x401BFE) is known color: Han Purple. HEX triplet: 40, 1B and FE. RGB value is (64,27,254). Sum of RGB (Red+Green+Blue) = 64+27+254=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #401BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BFE is #BFE401. Grayscale: #3F3F3F. Windows color (decimal): -12575746 or 16653120. OLE color: 16653120.
HSL color Cylindrical-coordinate representation of color #401BFE: hue angle of 249.78º 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 #401BFE is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 27 | 254 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.00 |
| HSL | 249.78º | 0.99% | 0.55% | - |
| HSV(B) | 249.78º | 0.89% | 1% | - |
| XYZ | 20.4 | 9.03 | 94.43 | - |
| YUV | 63.94 | 235.26 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 254 | 0.75 | 0.89 | 0 | 0.00 | 249.78 | 0.99 | 0.55 |
| Hex | 40 | 1B | FE | 4B | 59 | 0 | 0 | FA | 63 | 37 |
| Octal | 100 | 33 | 376 | 113 | 131 | 0 | 0 | 372 | 143 | 67 |
| Binary | 1000000 | 11011 | 11111110 | 1001011 | 1011001 | 0 | 0 | 11111010 | 1100011 | 110111 |
Color Harmonies of #401BFE
Complementary color
Monochromatic Colors of #401BFE
Black with #401BFE
Text Example
Text Example
White with #401BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BFE; }
p { color: rgb(64,27,254); }
H1.HeaderClassName
{
color: #401BFE;
}
.AnyTagClassName
{
color: #401BFE;
}
</style>
background-color css
<style>
a { background-color: #401BFE; }
a { background-color: rgb(64,27,254); }
div.DivClassName
{
background-color: #401BFE;
}
.BgClassName
{
background-color: #401BFE;
}
</style>
border-color css
<style>
span { border-color: #401BFE; }
span { border-color: rgb(64,27,254); }
td.TdClassName
{
border-color: #401BFE;
}
.TagClassName
{
border-color: #401BFE;
}
</style>