#3E30E1

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

Shades of Han Purple #3E30E1

Tints of Han Purple #3E30E1

Color information

#3E30E1 (or 0x3E30E1) is unknown color: approx Han Purple. HEX triplet: 3E, 30 and E1. RGB value is (62,48,225). Sum of RGB (Red+Green+Blue) = 62+48+225=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #3E30E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30E1 is #C1CF1E. Grayscale: #474747. Windows color (decimal): -12701471 or 14757950. OLE color: 14757950.

HSL color Cylindrical-coordinate representation of color #3E30E1: hue angle of 244.75º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E30E1 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6248225-
CMYK0.720.7900.12
HSL244.75º74.68%53.53%-
HSV(B)244.75º78.67%88.24%-
XYZ16.638.5772.01-
YUV72.36214.14120.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.51%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 225 (88.28% from 255) = 67.16%
R=18.51%
G=14.33%
B=67.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal62482250.720.7900.12244.7574.6853.53
Hex3E30E1484F0Cf54b36
Octal766034111011701436511366
Binary111110110000111000011001000100111101100111101011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E30E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,48,225); }

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

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

 a { background-color: rgb(62,48,225); }

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

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

 span { border-color: rgb(62,48,225); }

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