#3E2CFA

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

Shades of Han Purple #3E2CFA

Tints of Han Purple #3E2CFA

Color information

#3E2CFA (or 0x3E2CFA) is unknown color: approx Han Purple. HEX triplet: 3E, 2C and FA. RGB value is (62,44,250). Sum of RGB (Red+Green+Blue) = 62+44+250=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E2CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E2CFA is #C1D305. Grayscale: #484848. Windows color (decimal): -12702470 or 16395326. OLE color: 16395326.

HSL color Cylindrical-coordinate representation of color #3E2CFA: hue angle of 245.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E2CFA is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6244250-
CMYK0.750.8200.02
HSL245.24º95.37%57.65%-
HSV(B)245.24º82.4%98.04%-
XYZ20.149.7391.26-
YUV72.87227.96120.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.42%
GREEN value IS 44 (17.58% from 255) = 12.36%
BLUE value IS 250 (98.05% from 255) = 70.22%
R=17.42%
G=12.36%
B=70.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal62442500.750.8200.02245.2495.3757.65
Hex3E2CFA4B5202f55f3a
Octal76543721131220236513772
Binary1111101011001111101010010111010010010111101011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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