#3E1CE0

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

Shades of Han Purple #3E1CE0

Tints of Han Purple #3E1CE0

Color information

#3E1CE0 (or 0x3E1CE0) is unknown color: approx Han Purple. HEX triplet: 3E, 1C and E0. RGB value is (62,28,224). Sum of RGB (Red+Green+Blue) = 62+28+224=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 224 (87.89% from 255 or 71.34% from 314); Max value from RGB is 224 - color contains mainly: blue. Hex color #3E1CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1CE0 is #C1E31F. Grayscale: #3B3B3B. Windows color (decimal): -12706592 or 14687294. OLE color: 14687294.

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

Color convert

RGB6228224-
CMYK0.720.8800.12
HSL250.41º77.78%49.41%-
HSV(B)250.41º87.5%87.84%-
XYZ15.867.2471.08-
YUV60.51220.26129.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.75%
GREEN value IS 28 (11.33% from 255) = 8.92%
BLUE value IS 224 (87.89% from 255) = 71.34%
R=19.75%
G=8.92%
B=71.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal62282240.720.8800.12250.4177.7849.41
Hex3E1CE048580Cfa4e31
Octal763434011013001437211661
Binary11111011100111000001001000101100001100111110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,28,224); }

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

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

 a { background-color: rgb(62,28,224); }

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

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

 span { border-color: rgb(62,28,224); }

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