Html Css Color HEX #3E31E2 Han Purple

📋 copy color: '#3E31E2'

red 62 ◦ green 49 ◦ blue 226

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

Shades of Han Purple #3E31E2

Tints of Han Purple #3E31E2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 226 (88.67% from 255) = 67.06%

R = 18.4%
G = 14.54%
B = 67.06%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3E31E2 (or 0x3E31E2) is known color: Han Purple. HEX triplet: 3E, 31 and E2. RGB value is (62,49,226). Sum of RGB (Red+Green+Blue) = 62+49+226=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 226 (88.67% from 255 or 67.06% from 337); Max value from RGB is 226 - color contains mainly: blue. Hex color #3E31E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E31E2 is #C1CE1D. Grayscale: #484848. Windows color (decimal): -12701214 or 14823742. OLE color: 14823742.

HSL color Cylindrical-coordinate representation of color #3E31E2: hue angle of 244.41º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E31E2 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 62 49 226 -
CMYK 0.73 0.78 0 0.11
HSL 244.41º 0.75% 0.54% -
HSV(B) 244.41º 0.78% 0.89% -
XYZ 16.81 8.71 72.75 -
YUV 73.07 214.31 120.11 -
System Red Green Blue C M Y K H S L
Decimal 62 49 226 0.73 0.78 0 0.11 244.41 0.75 0.54
Hex 3E 31 E2 49 4E 0 B F4 4B 36
Octal 76 61 342 111 116 0 13 364 113 66
Binary 111110 110001 11100010 1001001 1001110 0 1011 11110100 1001011 110110

Color Harmonies of #3E31E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E31E2

Black with #3E31E2

Text Example


Text Example

White with #3E31E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,226); }

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

background-color css

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

 a { background-color: rgb(62,49,226); }

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

border-color css

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

 span { border-color: rgb(62,49,226); }

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