Html Css Color HEX #3E2BDE Han Purple

📋 copy color: '#3E2BDE'

red 62 ◦ green 43 ◦ blue 222

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

Shades of Han Purple #3E2BDE

Tints of Han Purple #3E2BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.15%

 BLUE value IS 222 (87.11% from 255) = 67.89%

R = 18.96%
G = 13.15%
B = 67.89%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E2BDE (or 0x3E2BDE) is known color: Han Purple. HEX triplet: 3E, 2B and DE. RGB value is (62,43,222). Sum of RGB (Red+Green+Blue) = 62+43+222=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E2BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2BDE is #C1D421. Grayscale: #444444. Windows color (decimal): -12702754 or 14560062. OLE color: 14560062.

HSL color Cylindrical-coordinate representation of color #3E2BDE: hue angle of 246.37º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E2BDE is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 43 222 -
CMYK 0.72 0.81 0 0.13
HSL 246.37º 0.73% 0.52% -
HSV(B) 246.37º 0.81% 0.87% -
XYZ 16.04 8.03 69.81 -
YUV 69.09 214.29 122.95 -
System Red Green Blue C M Y K H S L
Decimal 62 43 222 0.72 0.81 0 0.13 246.37 0.73 0.52
Hex 3E 2B DE 48 51 0 D F6 49 34
Octal 76 53 336 110 121 0 15 366 111 64
Binary 111110 101011 11011110 1001000 1010001 0 1101 11110110 1001001 110100

Color Harmonies of #3E2BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2BDE

Black with #3E2BDE

Text Example


Text Example

White with #3E2BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,43,222); }

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

background-color css

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

 a { background-color: rgb(62,43,222); }

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

border-color css

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

 span { border-color: rgb(62,43,222); }

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