Shades of Han Purple #401BF0
Tints of Han Purple #401BF0
RGB
CMYK
RGB Variations
Color information
#401BF0 (or 0x401BF0) is known color: Han Purple. HEX triplet: 40, 1B and F0. RGB value is (64,27,240). Sum of RGB (Red+Green+Blue) = 64+27+240=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 240 (94.14% from 255 or 72.51% from 331); Max value from RGB is 240 - color contains mainly: blue. Hex color #401BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BF0 is #BFE40F. Grayscale: #3D3D3D. Windows color (decimal): -12575760 or 15735616. OLE color: 15735616.
HSL color Cylindrical-coordinate representation of color #401BF0: hue angle of 250.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401BF0 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 27 | 240 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.06 |
| HSL | 250.42º | 0.88% | 0.52% | - |
| HSV(B) | 250.42º | 0.89% | 0.94% | - |
| XYZ | 18.23 | 8.17 | 83.05 | - |
| YUV | 62.35 | 228.26 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 240 | 0.73 | 0.89 | 0 | 0.06 | 250.42 | 0.88 | 0.52 |
| Hex | 40 | 1B | F0 | 49 | 59 | 0 | 6 | FA | 58 | 34 |
| Octal | 100 | 33 | 360 | 111 | 131 | 0 | 6 | 372 | 130 | 64 |
| Binary | 1000000 | 11011 | 11110000 | 1001001 | 1011001 | 0 | 110 | 11111010 | 1011000 | 110100 |
Color Harmonies of #401BF0
Complementary color
Monochromatic Colors of #401BF0
Black with #401BF0
Text Example
Text Example
White with #401BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BF0; }
p { color: rgb(64,27,240); }
H1.HeaderClassName
{
color: #401BF0;
}
.AnyTagClassName
{
color: #401BF0;
}
</style>
background-color css
<style>
a { background-color: #401BF0; }
a { background-color: rgb(64,27,240); }
div.DivClassName
{
background-color: #401BF0;
}
.BgClassName
{
background-color: #401BF0;
}
</style>
border-color css
<style>
span { border-color: #401BF0; }
span { border-color: rgb(64,27,240); }
td.TdClassName
{
border-color: #401BF0;
}
.TagClassName
{
border-color: #401BF0;
}
</style>