Shades of Han Purple #401BF3
Tints of Han Purple #401BF3
RGB
CMYK
RGB Variations
Color information
#401BF3 (or 0x401BF3) is known color: Han Purple. HEX triplet: 40, 1B and F3. RGB value is (64,27,243). Sum of RGB (Red+Green+Blue) = 64+27+243=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 243 (95.31% from 255 or 72.75% from 334); Max value from RGB is 243 - color contains mainly: blue. Hex color #401BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401BF3 is #BFE40C. Grayscale: #3D3D3D. Windows color (decimal): -12575757 or 15932224. OLE color: 15932224.
HSL color Cylindrical-coordinate representation of color #401BF3: hue angle of 250.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #401BF3 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 27 | 243 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.05 |
| HSL | 250.28º | 0.9% | 0.53% | - |
| HSV(B) | 250.28º | 0.89% | 0.95% | - |
| XYZ | 18.68 | 8.34 | 85.42 | - |
| YUV | 62.69 | 229.76 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 243 | 0.74 | 0.89 | 0 | 0.05 | 250.28 | 0.9 | 0.53 |
| Hex | 40 | 1B | F3 | 4A | 59 | 0 | 5 | FA | 5A | 35 |
| Octal | 100 | 33 | 363 | 112 | 131 | 0 | 5 | 372 | 132 | 65 |
| Binary | 1000000 | 11011 | 11110011 | 1001010 | 1011001 | 0 | 101 | 11111010 | 1011010 | 110101 |
Color Harmonies of #401BF3
Complementary color
Monochromatic Colors of #401BF3
Black with #401BF3
Text Example
Text Example
White with #401BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401BF3; }
p { color: rgb(64,27,243); }
H1.HeaderClassName
{
color: #401BF3;
}
.AnyTagClassName
{
color: #401BF3;
}
</style>
background-color css
<style>
a { background-color: #401BF3; }
a { background-color: rgb(64,27,243); }
div.DivClassName
{
background-color: #401BF3;
}
.BgClassName
{
background-color: #401BF3;
}
</style>
border-color css
<style>
span { border-color: #401BF3; }
span { border-color: rgb(64,27,243); }
td.TdClassName
{
border-color: #401BF3;
}
.TagClassName
{
border-color: #401BF3;
}
</style>