#3E1FD2

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

Shades of Han Purple #3E1FD2

Tints of Han Purple #3E1FD2

Color information

#3E1FD2 (or 0x3E1FD2) is unknown color: approx Han Purple. HEX triplet: 3E, 1F and D2. RGB value is (62,31,210). Sum of RGB (Red+Green+Blue) = 62+31+210=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 210 (82.42% from 255 or 69.31% from 303); Max value from RGB is 210 - color contains mainly: blue. Hex color #3E1FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1FD2 is #C1E02D. Grayscale: #3B3B3B. Windows color (decimal): -12705838 or 13770558. OLE color: 13770558.

HSL color Cylindrical-coordinate representation of color #3E1FD2: hue angle of 250.39º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1FD2 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6231210-
CMYK0.700.8500.18
HSL250.39º74.27%47.25%-
HSV(B)250.39º85.24%82.35%-
XYZ14.116.6661.51-
YUV60.68212.27128.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.46%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 210 (82.42% from 255) = 69.31%
R=20.46%
G=10.23%
B=69.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62312100.700.8500.18250.3974.2747.25
Hex3E1FD24655012fa4a2f
Octal763732210612502237211257
Binary111110111111101001010001101010101010010111110101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,31,210); }

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

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

 a { background-color: rgb(62,31,210); }

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

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

 span { border-color: rgb(62,31,210); }

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