Html Css Color HEX #3E0EDB Han Purple

📋 copy color: '#3E0EDB'

red 62 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #3E0EDB

Tints of Han Purple #3E0EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.75%

 BLUE value IS 219 (85.94% from 255) = 74.24%

R = 21.02%
G = 4.75%
B = 74.24%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E0EDB (or 0x3E0EDB) is known color: Han Purple. HEX triplet: 3E, 0E and DB. RGB value is (62,14,219). Sum of RGB (Red+Green+Blue) = 62+14+219=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E0EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0EDB is #C1F124. Grayscale: #323232. Windows color (decimal): -12710181 or 14356030. OLE color: 14356030.

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

Color convert

RGB 62 14 219 -
CMYK 0.72 0.94 0 0.14
HSL 254.05º 0.88% 0.46% -
HSV(B) 254.05º 0.94% 0.86% -
XYZ 14.93 6.45 67.48 -
YUV 51.72 222.4 135.33 -
System Red Green Blue C M Y K H S L
Decimal 62 14 219 0.72 0.94 0 0.14 254.05 0.88 0.46
Hex 3E E DB 48 5E 0 E FE 58 2E
Octal 76 16 333 110 136 0 16 376 130 56
Binary 111110 1110 11011011 1001000 1011110 0 1110 11111110 1011000 101110

Color Harmonies of #3E0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0EDB

Black with #3E0EDB

Text Example


Text Example

White with #3E0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,14,219); }

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

background-color css

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

 a { background-color: rgb(62,14,219); }

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

border-color css

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

 span { border-color: rgb(62,14,219); }

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