Html Css Color HEX #3E0EF1 Han Purple

📋 copy color: '#3E0EF1'

red 62 ◦ green 14 ◦ blue 241

#3E0EF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3E0EF1

Tints of Han Purple #3E0EF1

RGB

 RED value IS 62 (24.61% from 255) = 19.56%

 GREEN value IS 14 (5.86% from 255) = 4.42%

 BLUE value IS 241 (94.53% from 255) = 76.03%

R = 19.56%
G = 4.42%
B = 76.03%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3E0EF1 (or 0x3E0EF1) is known color: Han Purple. HEX triplet: 3E, 0E and F1. RGB value is (62,14,241). Sum of RGB (Red+Green+Blue) = 62+14+241=317 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.56% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 241 (94.53% from 255 or 76.03% from 317); Max value from RGB is 241 - color contains mainly: blue. Hex color #3E0EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E0EF1 is #C1F10E. Grayscale: #353535. Windows color (decimal): -12710159 or 15797822. OLE color: 15797822.

HSL color Cylindrical-coordinate representation of color #3E0EF1: hue angle of 252.69º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0EF1 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 62 14 241 -
CMYK 0.74 0.94 0 0.05
HSL 252.69º 0.89% 0.5% -
HSV(B) 252.69º 0.94% 0.95% -
XYZ 18.02 7.69 83.75 -
YUV 54.23 233.4 133.54 -
System Red Green Blue C M Y K H S L
Decimal 62 14 241 0.74 0.94 0 0.05 252.69 0.89 0.5
Hex 3E E F1 4A 5E 0 5 FD 59 32
Octal 76 16 361 112 136 0 5 375 131 62
Binary 111110 1110 11110001 1001010 1011110 0 101 11111101 1011001 110010

Color Harmonies of #3E0EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0EF1

Black with #3E0EF1

Text Example


Text Example

White with #3E0EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E0EF1; }

 p { color: rgb(62,14,241); }

 H1.HeaderClassName
 {
   color: #3E0EF1;
 }
 .AnyTagClassName
 {
   color: #3E0EF1;
 }
</style>

background-color css

<style>
 a { background-color: #3E0EF1; }

 a { background-color: rgb(62,14,241); }

 div.DivClassName
 {
   background-color: #3E0EF1;
 }
 .BgClassName
 {
   background-color: #3E0EF1;
 }
</style>

border-color css

<style>
 span { border-color: #3E0EF1; }

 span { border-color: rgb(62,14,241); }

 td.TdClassName
 {
   border-color: #3E0EF1;
 }
 .TagClassName
 {
   border-color: #3E0EF1;
 }
</style>