#3E2BDE

Color #3E2BDE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3E2BDE

Tints of Han Purple #3E2BDE

Color information

#3E2BDE (or 0x3E2BDE) is unknown color: approx 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

RGB6243222-
CMYK0.720.8100.13
HSL246.37º73.06%51.96%-
HSV(B)246.37º80.63%87.06%-
XYZ16.048.0369.81-
YUV69.09214.29122.95-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62432220.720.8100.13246.3773.0651.96
Hex3E2BDE48510Df64934
Octal765333611012101536611164
Binary111110101011110111101001000101000101101111101101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>