Shades of Han Purple #3E2EDF
Tints of Han Purple #3E2EDF
RGB
CMYK
RGB Variations
Color information
#3E2EDF (or 0x3E2EDF) is known color: Han Purple. HEX triplet: 3E, 2E and DF. RGB value is (62,46,223). Sum of RGB (Red+Green+Blue) = 62+46+223=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E2EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2EDF is #C1D120. Grayscale: #464646. Windows color (decimal): -12701985 or 14626366. OLE color: 14626366.
HSL color Cylindrical-coordinate representation of color #3E2EDF: hue angle of 245.42º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E2EDF is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 46 | 223 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.13 |
| HSL | 245.42º | 0.73% | 0.53% | - |
| HSV(B) | 245.42º | 0.79% | 0.87% | - |
| XYZ | 16.28 | 8.31 | 70.56 | - |
| YUV | 70.96 | 213.8 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 223 | 0.72 | 0.79 | 0 | 0.13 | 245.42 | 0.73 | 0.53 |
| Hex | 3E | 2E | DF | 48 | 4F | 0 | D | F5 | 49 | 35 |
| Octal | 76 | 56 | 337 | 110 | 117 | 0 | 15 | 365 | 111 | 65 |
| Binary | 111110 | 101110 | 11011111 | 1001000 | 1001111 | 0 | 1101 | 11110101 | 1001001 | 110101 |
Color Harmonies of #3E2EDF
Complementary color
Monochromatic Colors of #3E2EDF
Black with #3E2EDF
Text Example
Text Example
White with #3E2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2EDF; }
p { color: rgb(62,46,223); }
H1.HeaderClassName
{
color: #3E2EDF;
}
.AnyTagClassName
{
color: #3E2EDF;
}
</style>
background-color css
<style>
a { background-color: #3E2EDF; }
a { background-color: rgb(62,46,223); }
div.DivClassName
{
background-color: #3E2EDF;
}
.BgClassName
{
background-color: #3E2EDF;
}
</style>
border-color css
<style>
span { border-color: #3E2EDF; }
span { border-color: rgb(62,46,223); }
td.TdClassName
{
border-color: #3E2EDF;
}
.TagClassName
{
border-color: #3E2EDF;
}
</style>