#3E1ED1

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

Shades of Han Purple #3E1ED1

Tints of Han Purple #3E1ED1

Color information

#3E1ED1 (or 0x3E1ED1) is unknown color: approx Han Purple. HEX triplet: 3E, 1E and D1. RGB value is (62,30,209). Sum of RGB (Red+Green+Blue) = 62+30+209=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 209 (82.03% from 255 or 69.44% from 301); Max value from RGB is 209 - color contains mainly: blue. Hex color #3E1ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1ED1 is #C1E12E. Grayscale: #3B3B3B. Windows color (decimal): -12706095 or 13704766. OLE color: 13704766.

HSL color Cylindrical-coordinate representation of color #3E1ED1: hue angle of 250.73º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E1ED1 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6230209-
CMYK0.700.8600.18
HSL250.73º74.9%46.86%-
HSV(B)250.73º85.65%81.96%-
XYZ13.966.5660.85-
YUV59.97212.1129.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 30 (12.11% from 255) = 9.97%
BLUE value IS 209 (82.03% from 255) = 69.44%
R=20.60%
G=9.97%
B=69.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62302090.700.8600.18250.7374.946.86
Hex3E1ED14656012fb4b2f
Octal763632110612602237311357
Binary111110111101101000110001101010110010010111110111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,30,209); }

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

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

 a { background-color: rgb(62,30,209); }

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

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

 span { border-color: rgb(62,30,209); }

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