#3E2DFE

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

Shades of Han Purple #3E2DFE

Tints of Han Purple #3E2DFE

Color information

#3E2DFE (or 0x3E2DFE) is unknown color: approx Han Purple. HEX triplet: 3E, 2D and FE. RGB value is (62,45,254). Sum of RGB (Red+Green+Blue) = 62+45+254=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E2DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E2DFE is #C1D201. Grayscale: #494949. Windows color (decimal): -12702210 or 16657726. OLE color: 16657726.

HSL color Cylindrical-coordinate representation of color #3E2DFE: hue angle of 244.88º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E2DFE is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6245254-
CMYK0.760.8200.00
HSL244.88º99.05%58.63%-
HSV(B)244.88º82.28%99.61%-
XYZ20.8110.0694.61-
YUV73.91229.63119.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.17%
GREEN value IS 45 (17.97% from 255) = 12.47%
BLUE value IS 254 (99.61% from 255) = 70.36%
R=17.17%
G=12.47%
B=70.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal62452540.760.8200.00244.8899.0558.63
Hex3E2DFE4C5200f5633b
Octal76553761141220036514373
Binary111110101101111111101001100101001000111101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,45,254); }

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

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

 a { background-color: rgb(62,45,254); }

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

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

 span { border-color: rgb(62,45,254); }

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