#3E2CF5

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

Shades of Han Purple #3E2CF5

Tints of Han Purple #3E2CF5

Color information

#3E2CF5 (or 0x3E2CF5) is unknown color: approx Han Purple. HEX triplet: 3E, 2C and F5. RGB value is (62,44,245). Sum of RGB (Red+Green+Blue) = 62+44+245=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 245 (96.09% from 255 or 69.80% from 351); Max value from RGB is 245 - color contains mainly: blue. Hex color #3E2CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E2CF5 is #C1D30A. Grayscale: #474747. Windows color (decimal): -12702475 or 16067646. OLE color: 16067646.

HSL color Cylindrical-coordinate representation of color #3E2CF5: hue angle of 245.37º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E2CF5 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6244245-
CMYK0.750.8200.04
HSL245.37º90.95%56.67%-
HSV(B)245.37º82.04%96.08%-
XYZ19.379.4287.18-
YUV72.3225.46120.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.66%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 245 (96.09% from 255) = 69.80%
R=17.66%
G=12.54%
B=69.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal62442450.750.8200.04245.3790.9556.67
Hex3E2CF54B5204f55b39
Octal76543651131220436513371
Binary11111010110011110101100101110100100100111101011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,44,245); }

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

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

 a { background-color: rgb(62,44,245); }

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

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

 span { border-color: rgb(62,44,245); }

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