#3E0FED

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

Shades of Han Purple #3E0FED

Tints of Han Purple #3E0FED

Color information

#3E0FED (or 0x3E0FED) is unknown color: approx Han Purple. HEX triplet: 3E, 0F and ED. RGB value is (62,15,237). Sum of RGB (Red+Green+Blue) = 62+15+237=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E0FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E0FED is #C1F012. Grayscale: #353535. Windows color (decimal): -12709907 or 15535934. OLE color: 15535934.

HSL color Cylindrical-coordinate representation of color #3E0FED: hue angle of 252.7º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0FED is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6215237-
CMYK0.740.9400.07
HSL252.7º88.1%49.41%-
HSV(B)252.7º93.67%92.94%-
XYZ17.447.4880.65-
YUV54.36231.07133.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.75%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 237 (92.97% from 255) = 75.48%
R=19.75%
G=4.78%
B=75.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62152370.740.9400.07252.788.149.41
Hex3EFED4A5E07fd5831
Octal76173551121360737513061
Binary111110111111101101100101010111100111111111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,15,237); }

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

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

 a { background-color: rgb(62,15,237); }

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

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

 span { border-color: rgb(62,15,237); }

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