Html Css Color HEX #3E1EFE Han Purple

📋 copy color: '#3E1EFE'

red 62 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #3E1EFE

Tints of Han Purple #3E1EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 254 (99.61% from 255) = 73.41%

R = 17.92%
G = 8.67%
B = 73.41%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3E1EFE (or 0x3E1EFE) is known color: Han Purple. HEX triplet: 3E, 1E and FE. RGB value is (62,30,254). Sum of RGB (Red+Green+Blue) = 62+30+254=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E1EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E1EFE is #C1E101. Grayscale: #404040. Windows color (decimal): -12706050 or 16653886. OLE color: 16653886.

HSL color Cylindrical-coordinate representation of color #3E1EFE: hue angle of 248.57º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E1EFE is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 62 30 254 -
CMYK 0.76 0.88 0 0.00
HSL 248.57º 0.99% 0.56% -
HSV(B) 248.57º 0.88% 1% -
XYZ 20.34 9.11 94.45 -
YUV 65.1 234.6 125.79 -
System Red Green Blue C M Y K H S L
Decimal 62 30 254 0.76 0.88 0 0.00 248.57 0.99 0.56
Hex 3E 1E FE 4C 58 0 0 F9 63 38
Octal 76 36 376 114 130 0 0 371 143 70
Binary 111110 11110 11111110 1001100 1011000 0 0 11111001 1100011 111000

Color Harmonies of #3E1EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1EFE

Black with #3E1EFE

Text Example


Text Example

White with #3E1EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,30,254); }

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

background-color css

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

 a { background-color: rgb(62,30,254); }

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

border-color css

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

 span { border-color: rgb(62,30,254); }

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