Html Css Color HEX #3E0FDE Han Purple

📋 copy color: '#3E0FDE'

red 62 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #3E0FDE

Tints of Han Purple #3E0FDE

RGB

 RED value IS 62 (24.61% from 255) = 20.74%

 GREEN value IS 15 (6.25% from 255) = 5.02%

 BLUE value IS 222 (87.11% from 255) = 74.25%

R = 20.74%
G = 5.02%
B = 74.25%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3E0FDE (or 0x3E0FDE) is known color: Han Purple. HEX triplet: 3E, 0F and DE. RGB value is (62,15,222). Sum of RGB (Red+Green+Blue) = 62+15+222=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E0FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0FDE is #C1F021. Grayscale: #333333. Windows color (decimal): -12709922 or 14552894. OLE color: 14552894.

HSL color Cylindrical-coordinate representation of color #3E0FDE: hue angle of 253.62º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0FDE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 15 222 -
CMYK 0.72 0.93 0 0.13
HSL 253.62º 0.87% 0.46% -
HSV(B) 253.62º 0.93% 0.87% -
XYZ 15.34 6.64 69.58 -
YUV 52.65 223.57 134.67 -
System Red Green Blue C M Y K H S L
Decimal 62 15 222 0.72 0.93 0 0.13 253.62 0.87 0.46
Hex 3E F DE 48 5D 0 D FE 57 2E
Octal 76 17 336 110 135 0 15 376 127 56
Binary 111110 1111 11011110 1001000 1011101 0 1101 11111110 1010111 101110

Color Harmonies of #3E0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0FDE

Black with #3E0FDE

Text Example


Text Example

White with #3E0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E0FDE;
 }
 .AnyTagClassName
 {
   color: #3E0FDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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