Shades of Han Purple #3E1EFA
Tints of Han Purple #3E1EFA
RGB
CMYK
RGB Variations
Color information
#3E1EFA (or 0x3E1EFA) is known color: Han Purple. HEX triplet: 3E, 1E and FA. RGB value is (62,30,250). Sum of RGB (Red+Green+Blue) = 62+30+250=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E1EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E1EFA is #C1E105. Grayscale: #3F3F3F. Windows color (decimal): -12706054 or 16391742. OLE color: 16391742.
HSL color Cylindrical-coordinate representation of color #3E1EFA: hue angle of 248.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E1EFA is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 30 | 250 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.02 |
| HSL | 248.73º | 0.96% | 0.55% | - |
| HSV(B) | 248.73º | 0.88% | 0.98% | - |
| XYZ | 19.71 | 8.85 | 91.11 | - |
| YUV | 64.65 | 232.6 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 250 | 0.75 | 0.88 | 0 | 0.02 | 248.73 | 0.96 | 0.55 |
| Hex | 3E | 1E | FA | 4B | 58 | 0 | 2 | F9 | 60 | 37 |
| Octal | 76 | 36 | 372 | 113 | 130 | 0 | 2 | 371 | 140 | 67 |
| Binary | 111110 | 11110 | 11111010 | 1001011 | 1011000 | 0 | 10 | 11111001 | 1100000 | 110111 |
Color Harmonies of #3E1EFA
Complementary color
Monochromatic Colors of #3E1EFA
Black with #3E1EFA
Text Example
Text Example
White with #3E1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1EFA; }
p { color: rgb(62,30,250); }
H1.HeaderClassName
{
color: #3E1EFA;
}
.AnyTagClassName
{
color: #3E1EFA;
}
</style>
background-color css
<style>
a { background-color: #3E1EFA; }
a { background-color: rgb(62,30,250); }
div.DivClassName
{
background-color: #3E1EFA;
}
.BgClassName
{
background-color: #3E1EFA;
}
</style>
border-color css
<style>
span { border-color: #3E1EFA; }
span { border-color: rgb(62,30,250); }
td.TdClassName
{
border-color: #3E1EFA;
}
.TagClassName
{
border-color: #3E1EFA;
}
</style>