Html Css Color HEX #3E2DD6 Han Purple

📋 copy color: '#3E2DD6'

red 62 ◦ green 45 ◦ blue 214

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

Shades of Han Purple #3E2DD6

Tints of Han Purple #3E2DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

 BLUE value IS 214 (83.98% from 255) = 66.67%

R = 19.31%
G = 14.02%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3E2DD6 (or 0x3E2DD6) is known color: Han Purple. HEX triplet: 3E, 2D and D6. RGB value is (62,45,214). Sum of RGB (Red+Green+Blue) = 62+45+214=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 214 (83.98% from 255 or 66.67% from 321); Max value from RGB is 214 - color contains mainly: blue. Hex color #3E2DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2DD6 is #C1D229. Grayscale: #444444. Windows color (decimal): -12702250 or 14036286. OLE color: 14036286.

HSL color Cylindrical-coordinate representation of color #3E2DD6: hue angle of 246.04º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E2DD6 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 62 45 214 -
CMYK 0.71 0.79 0 0.16
HSL 246.04º 0.67% 0.51% -
HSV(B) 246.04º 0.79% 0.84% -
XYZ 15.06 7.76 64.32 -
YUV 69.35 209.63 122.76 -
System Red Green Blue C M Y K H S L
Decimal 62 45 214 0.71 0.79 0 0.16 246.04 0.67 0.51
Hex 3E 2D D6 47 4F 0 10 F6 43 33
Octal 76 55 326 107 117 0 20 366 103 63
Binary 111110 101101 11010110 1000111 1001111 0 10000 11110110 1000011 110011

Color Harmonies of #3E2DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2DD6

Black with #3E2DD6

Text Example


Text Example

White with #3E2DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,45,214); }

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

background-color css

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

 a { background-color: rgb(62,45,214); }

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

border-color css

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

 span { border-color: rgb(62,45,214); }

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