Shades of Han Purple #401BF7
Tints of Han Purple #401BF7
RGB
CMYK
RGB Variations
Color information
#401BF7 (or 0x401BF7) is known color: Han Purple. HEX triplet: 40, 1B and F7. RGB value is (64,27,247). Sum of RGB (Red+Green+Blue) = 64+27+247=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 247 (96.88% from 255 or 73.08% from 338); Max value from RGB is 247 - color contains mainly: blue. Hex color #401BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BF7 is #BFE408. Grayscale: #3E3E3E. Windows color (decimal): -12575753 or 16194368. OLE color: 16194368.
HSL color Cylindrical-coordinate representation of color #401BF7: hue angle of 250.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401BF7 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 27 | 247 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.03 |
| HSL | 250.09º | 0.93% | 0.54% | - |
| HSV(B) | 250.09º | 0.89% | 0.97% | - |
| XYZ | 19.29 | 8.59 | 88.64 | - |
| YUV | 63.14 | 231.76 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 247 | 0.74 | 0.89 | 0 | 0.03 | 250.09 | 0.93 | 0.54 |
| Hex | 40 | 1B | F7 | 4A | 59 | 0 | 3 | FA | 5D | 36 |
| Octal | 100 | 33 | 367 | 112 | 131 | 0 | 3 | 372 | 135 | 66 |
| Binary | 1000000 | 11011 | 11110111 | 1001010 | 1011001 | 0 | 11 | 11111010 | 1011101 | 110110 |
Color Harmonies of #401BF7
Complementary color
Monochromatic Colors of #401BF7
Black with #401BF7
Text Example
Text Example
White with #401BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BF7; }
p { color: rgb(64,27,247); }
H1.HeaderClassName
{
color: #401BF7;
}
.AnyTagClassName
{
color: #401BF7;
}
</style>
background-color css
<style>
a { background-color: #401BF7; }
a { background-color: rgb(64,27,247); }
div.DivClassName
{
background-color: #401BF7;
}
.BgClassName
{
background-color: #401BF7;
}
</style>
border-color css
<style>
span { border-color: #401BF7; }
span { border-color: rgb(64,27,247); }
td.TdClassName
{
border-color: #401BF7;
}
.TagClassName
{
border-color: #401BF7;
}
</style>