Shades of Han Purple #3F2EF3
Tints of Han Purple #3F2EF3
RGB
CMYK
RGB Variations
Color information
#3F2EF3 (or 0x3F2EF3) is known color: Han Purple. HEX triplet: 3F, 2E and F3. RGB value is (63,46,243). Sum of RGB (Red+Green+Blue) = 63+46+243=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 243 (95.31% from 255 or 69.03% from 352); Max value from RGB is 243 - color contains mainly: blue. Hex color #3F2EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2EF3 is #C0D10C. Grayscale: #484848. Windows color (decimal): -12636429 or 15937087. OLE color: 15937087.
HSL color Cylindrical-coordinate representation of color #3F2EF3: hue angle of 245.18º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2EF3 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 46 | 243 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.05 |
| HSL | 245.18º | 0.89% | 0.57% | - |
| HSV(B) | 245.18º | 0.81% | 0.95% | - |
| XYZ | 19.2 | 9.48 | 85.61 | - |
| YUV | 73.54 | 223.63 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 243 | 0.74 | 0.81 | 0 | 0.05 | 245.18 | 0.89 | 0.57 |
| Hex | 3F | 2E | F3 | 4A | 51 | 0 | 5 | F5 | 59 | 39 |
| Octal | 77 | 56 | 363 | 112 | 121 | 0 | 5 | 365 | 131 | 71 |
| Binary | 111111 | 101110 | 11110011 | 1001010 | 1010001 | 0 | 101 | 11110101 | 1011001 | 111001 |
Color Harmonies of #3F2EF3
Complementary color
Monochromatic Colors of #3F2EF3
Black with #3F2EF3
Text Example
Text Example
White with #3F2EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2EF3; }
p { color: rgb(63,46,243); }
H1.HeaderClassName
{
color: #3F2EF3;
}
.AnyTagClassName
{
color: #3F2EF3;
}
</style>
background-color css
<style>
a { background-color: #3F2EF3; }
a { background-color: rgb(63,46,243); }
div.DivClassName
{
background-color: #3F2EF3;
}
.BgClassName
{
background-color: #3F2EF3;
}
</style>
border-color css
<style>
span { border-color: #3F2EF3; }
span { border-color: rgb(63,46,243); }
td.TdClassName
{
border-color: #3F2EF3;
}
.TagClassName
{
border-color: #3F2EF3;
}
</style>