Html Css Color HEX #4E2ADB Han Purple

📋 copy color: '#4E2ADB'

red 78 ◦ green 42 ◦ blue 219

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

Shades of Han Purple #4E2ADB

Tints of Han Purple #4E2ADB

RGB

 RED value IS 78 (30.86% from 255) = 23.01%

 GREEN value IS 42 (16.8% from 255) = 12.39%

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

R = 23.01%
G = 12.39%
B = 64.6%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E2ADB (or 0x4E2ADB) is known color: Han Purple. HEX triplet: 4E, 2A and DB. RGB value is (78,42,219). Sum of RGB (Red+Green+Blue) = 78+42+219=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E2ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2ADB is #B1D524. Grayscale: #484848. Windows color (decimal): -11654437 or 14363214. OLE color: 14363214.

HSL color Cylindrical-coordinate representation of color #4E2ADB: hue angle of 252.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E2ADB is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 42 219 -
CMYK 0.64 0.81 0 0.14
HSL 252.2º 0.71% 0.51% -
HSV(B) 252.2º 0.81% 0.86% -
XYZ 16.76 8.39 67.75 -
YUV 72.94 210.43 131.61 -
System Red Green Blue C M Y K H S L
Decimal 78 42 219 0.64 0.81 0 0.14 252.2 0.71 0.51
Hex 4E 2A DB 40 51 0 E FC 47 33
Octal 116 52 333 100 121 0 16 374 107 63
Binary 1001110 101010 11011011 1000000 1010001 0 1110 11111100 1000111 110011

Color Harmonies of #4E2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2ADB

Black with #4E2ADB

Text Example


Text Example

White with #4E2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E2ADB; }

 p { color: rgb(78,42,219); }

 H1.HeaderClassName
 {
   color: #4E2ADB;
 }
 .AnyTagClassName
 {
   color: #4E2ADB;
 }
</style>

background-color css

<style>
 a { background-color: #4E2ADB; }

 a { background-color: rgb(78,42,219); }

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

border-color css

<style>
 span { border-color: #4E2ADB; }

 span { border-color: rgb(78,42,219); }

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