#3e1ad5

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

Shades of Han Purple #3E1AD5

Tints of Han Purple #3E1AD5

Color information

#3E1AD5 (or 0x3E1AD5) is unknown color: approx Han Purple. HEX triplet: 3E, 1A and D5. RGB value is (62,26,213). Sum of RGB (Red+Green+Blue) = 62+26+213=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 213 (83.59% from 255 or 70.76% from 301); Max value from RGB is 213 - color contains mainly: blue. Hex color #3E1AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1AD5 is #C1E52A. Grayscale: #393939. Windows color (decimal): -12707115 or 13965886. OLE color: 13965886.

HSL color Cylindrical-coordinate representation of color #3E1AD5: hue angle of 251.55º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E1AD5 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6226213-
CMYK0.710.8800.16
HSL251.55º78.24%46.86%-
HSV(B)251.55º87.79%83.53%-
XYZ14.376.5763.46-
YUV58.08215.43130.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.60%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 213 (83.59% from 255) = 70.76%
R=20.60%
G=8.64%
B=70.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62262130.710.8800.16251.5578.2446.86
Hex3E1AD54758010fc4e2f
Octal763232510713002037411657
Binary111110110101101010110001111011000010000111111001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e1ad5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,26,213); }

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

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

 a { background-color: rgb(62,26,213); }

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

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

 span { border-color: rgb(62,26,213); }

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