#3E2EDA

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

Shades of Han Purple #3E2EDA

Tints of Han Purple #3E2EDA

Color information

#3E2EDA (or 0x3E2EDA) is unknown color: approx Han Purple. HEX triplet: 3E, 2E and DA. RGB value is (62,46,218). Sum of RGB (Red+Green+Blue) = 62+46+218=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E2EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2EDA is #C1D125. Grayscale: #454545. Windows color (decimal): -12701990 or 14298686. OLE color: 14298686.

HSL color Cylindrical-coordinate representation of color #3E2EDA: hue angle of 245.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E2EDA is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6246218-
CMYK0.720.7900.15
HSL245.58º69.92%51.76%-
HSV(B)245.58º78.9%85.49%-
XYZ15.628.0467.06-
YUV70.39211.3122.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.02%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 218 (85.55% from 255) = 66.87%
R=19.02%
G=14.11%
B=66.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal62462180.720.7900.15245.5869.9251.76
Hex3E2EDA484F0Ff64634
Octal765633211011701736610664
Binary111110101110110110101001000100111101111111101101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,46,218); }

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

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

 a { background-color: rgb(62,46,218); }

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

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

 span { border-color: rgb(62,46,218); }

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