Shades of Han Purple #3E2DEF
Tints of Han Purple #3E2DEF
RGB
CMYK
RGB Variations
Color information
#3E2DEF (or 0x3E2DEF) is known color: Han Purple. HEX triplet: 3E, 2D and EF. RGB value is (62,45,239). Sum of RGB (Red+Green+Blue) = 62+45+239=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E2DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E2DEF is #C1D210. Grayscale: #474747. Windows color (decimal): -12702225 or 15674686. OLE color: 15674686.
HSL color Cylindrical-coordinate representation of color #3E2DEF: hue angle of 245.26º 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 #3E2DEF is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 45 | 239 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.06 |
| HSL | 245.26º | 0.86% | 0.56% | - |
| HSV(B) | 245.26º | 0.81% | 0.94% | - |
| XYZ | 18.5 | 9.13 | 82.45 | - |
| YUV | 72.2 | 222.13 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 239 | 0.74 | 0.81 | 0 | 0.06 | 245.26 | 0.86 | 0.56 |
| Hex | 3E | 2D | EF | 4A | 51 | 0 | 6 | F5 | 56 | 38 |
| Octal | 76 | 55 | 357 | 112 | 121 | 0 | 6 | 365 | 126 | 70 |
| Binary | 111110 | 101101 | 11101111 | 1001010 | 1010001 | 0 | 110 | 11110101 | 1010110 | 111000 |
Color Harmonies of #3E2DEF
Complementary color
Monochromatic Colors of #3E2DEF
Black with #3E2DEF
Text Example
Text Example
White with #3E2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2DEF; }
p { color: rgb(62,45,239); }
H1.HeaderClassName
{
color: #3E2DEF;
}
.AnyTagClassName
{
color: #3E2DEF;
}
</style>
background-color css
<style>
a { background-color: #3E2DEF; }
a { background-color: rgb(62,45,239); }
div.DivClassName
{
background-color: #3E2DEF;
}
.BgClassName
{
background-color: #3E2DEF;
}
</style>
border-color css
<style>
span { border-color: #3E2DEF; }
span { border-color: rgb(62,45,239); }
td.TdClassName
{
border-color: #3E2DEF;
}
.TagClassName
{
border-color: #3E2DEF;
}
</style>