Html Css Color HEX #3E0DE0 Han Purple

📋 copy color: '#3E0DE0'

red 62 ◦ green 13 ◦ blue 224

#3E0DE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3E0DE0

Tints of Han Purple #3E0DE0

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 value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3E0DE0 (or 0x3E0DE0) is known color: 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

RGB 62 13 224 -
CMYK 0.72 0.94 0 0.12
HSL 253.93º 0.89% 0.46% -
HSV(B) 253.93º 0.94% 0.88% -
XYZ 15.59 6.69 70.99 -
YUV 51.71 225.23 135.34 -
System Red Green Blue C M Y K H S L
Decimal 62 13 224 0.72 0.94 0 0.12 253.93 0.89 0.46
Hex 3E D E0 48 5E 0 C FE 59 2E
Octal 76 15 340 110 136 0 14 376 131 56
Binary 111110 1101 11100000 1001000 1011110 0 1100 11111110 1011001 101110

Color Harmonies of #3E0DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0DE0

Black with #3E0DE0

Text Example


Text Example

White with #3E0DE0

Text Example


Text Example

HTML Codes & Css Web 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>