#3E1DED

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

Shades of Han Purple #3E1DED

Tints of Han Purple #3E1DED

Color information

#3E1DED (or 0x3E1DED) is unknown color: approx Han Purple. HEX triplet: 3E, 1D and ED. RGB value is (62,29,237). Sum of RGB (Red+Green+Blue) = 62+29+237=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E1DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E1DED is #C1E212. Grayscale: #3D3D3D. Windows color (decimal): -12706323 or 15539518. OLE color: 15539518.

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

Color convert

RGB6229237-
CMYK0.740.8800.07
HSL249.52º85.25%52.16%-
HSV(B)249.52º87.76%92.94%-
XYZ17.718.0280.73-
YUV62.58226.43127.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.90%
GREEN value IS 29 (11.72% from 255) = 8.84%
BLUE value IS 237 (92.97% from 255) = 72.26%
R=18.90%
G=8.84%
B=72.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62292370.740.8800.07249.5285.2552.16
Hex3E1DED4A5807fa5534
Octal76353551121300737212564
Binary1111101110111101101100101010110000111111110101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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