#3E0DE0

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

Shades of Han Purple #3E0DE0

Tints of Han Purple #3E0DE0

Color information

#3E0DE0 (or 0x3E0DE0) is unknown color: approx Han Purple. HEX triplet: 3E, 0D and E0. RGB value is (62,13,224). Sum of RGB (Red+Green+Blue) = 62+13+224=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 224 (87.89% from 255 or 74.92% from 299); Max value from RGB is 224 - color contains mainly: blue. Hex color #3E0DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0DE0 is #C1F21F. Grayscale: #323232. Windows color (decimal): -12710432 or 14683454. OLE color: 14683454.

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

Color convert

RGB6213224-
CMYK0.720.9400.12
HSL253.93º89.03%46.47%-
HSV(B)253.93º94.2%87.84%-
XYZ15.596.6970.99-
YUV51.7225.23135.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.74%
GREEN value IS 13 (5.47% from 255) = 4.35%
BLUE value IS 224 (87.89% from 255) = 74.92%
R=20.74%
G=4.35%
B=74.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal62132240.720.9400.12253.9389.0346.47
Hex3EDE0485E0Cfe592e
Octal761534011013601437613156
Binary1111101101111000001001000101111001100111111101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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