#3E2AED

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

Shades of Han Purple #3E2AED

Tints of Han Purple #3E2AED

Color information

#3E2AED (or 0x3E2AED) is unknown color: approx Han Purple. HEX triplet: 3E, 2A and ED. RGB value is (62,42,237). Sum of RGB (Red+Green+Blue) = 62+42+237=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E2AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E2AED is #C1D512. Grayscale: #454545. Windows color (decimal): -12702995 or 15542846. OLE color: 15542846.

HSL color Cylindrical-coordinate representation of color #3E2AED: hue angle of 246.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E2AED is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6242237-
CMYK0.740.8200.07
HSL246.15º84.42%54.71%-
HSV(B)246.15º82.28%92.94%-
XYZ18.18.7980.86-
YUV70.21222.13122.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.18%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 237 (92.97% from 255) = 69.50%
R=18.18%
G=12.32%
B=69.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62422370.740.8200.07246.1584.4254.71
Hex3E2AED4A5207f65437
Octal76523551121220736612467
Binary11111010101011101101100101010100100111111101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,42,237); }

 H1.HeaderClassName
 {
   color: #3E2AED;
 }
 .AnyTagClassName
 {
   color: #3E2AED;
 }
</style>
background-color css

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

 a { background-color: rgb(62,42,237); }

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

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

 span { border-color: rgb(62,42,237); }

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