Shades of Han Purple #3F2DEF
Tints of Han Purple #3F2DEF
RGB
CMYK
RGB Variations
Color information
#3F2DEF (or 0x3F2DEF) is known color: Han Purple. HEX triplet: 3F, 2D and EF. RGB value is (63,45,239). Sum of RGB (Red+Green+Blue) = 63+45+239=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F2DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2DEF is #C0D210. Grayscale: #474747. Windows color (decimal): -12636689 or 15674687. OLE color: 15674687.
HSL color Cylindrical-coordinate representation of color #3F2DEF: hue angle of 245.57º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2DEF is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 45 | 239 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.06 |
| HSL | 245.57º | 0.86% | 0.56% | - |
| HSV(B) | 245.57º | 0.81% | 0.94% | - |
| XYZ | 18.57 | 9.17 | 82.45 | - |
| YUV | 72.5 | 221.96 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 239 | 0.74 | 0.81 | 0 | 0.06 | 245.57 | 0.86 | 0.56 |
| Hex | 3F | 2D | EF | 4A | 51 | 0 | 6 | F6 | 56 | 38 |
| Octal | 77 | 55 | 357 | 112 | 121 | 0 | 6 | 366 | 126 | 70 |
| Binary | 111111 | 101101 | 11101111 | 1001010 | 1010001 | 0 | 110 | 11110110 | 1010110 | 111000 |
Color Harmonies of #3F2DEF
Complementary color
Monochromatic Colors of #3F2DEF
Black with #3F2DEF
Text Example
Text Example
White with #3F2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2DEF; }
p { color: rgb(63,45,239); }
H1.HeaderClassName
{
color: #3F2DEF;
}
.AnyTagClassName
{
color: #3F2DEF;
}
</style>
background-color css
<style>
a { background-color: #3F2DEF; }
a { background-color: rgb(63,45,239); }
div.DivClassName
{
background-color: #3F2DEF;
}
.BgClassName
{
background-color: #3F2DEF;
}
</style>
border-color css
<style>
span { border-color: #3F2DEF; }
span { border-color: rgb(63,45,239); }
td.TdClassName
{
border-color: #3F2DEF;
}
.TagClassName
{
border-color: #3F2DEF;
}
</style>