Html Css Color HEX #4E1CDB Han Purple

📋 copy color: '#4E1CDB'

red 78 ◦ green 28 ◦ blue 219

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

Shades of Han Purple #4E1CDB

Tints of Han Purple #4E1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

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

R = 24%
G = 8.62%
B = 67.38%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E1CDB (or 0x4E1CDB) is known color: Han Purple. HEX triplet: 4E, 1C and DB. RGB value is (78,28,219). Sum of RGB (Red+Green+Blue) = 78+28+219=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E1CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1CDB is #B1E324. Grayscale: #404040. Windows color (decimal): -11658021 or 14359630. OLE color: 14359630.

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

Color convert

RGB 78 28 219 -
CMYK 0.64 0.87 0 0.14
HSL 255.71º 0.77% 0.48% -
HSV(B) 255.71º 0.87% 0.86% -
XYZ 16.34 7.56 67.62 -
YUV 64.72 215.07 137.47 -
System Red Green Blue C M Y K H S L
Decimal 78 28 219 0.64 0.87 0 0.14 255.71 0.77 0.48
Hex 4E 1C DB 40 57 0 E 100 4D 30
Octal 116 34 333 100 127 0 16 400 115 60
Binary 1001110 11100 11011011 1000000 1010111 0 1110 100000000 1001101 110000

Color Harmonies of #4E1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1CDB

Black with #4E1CDB

Text Example


Text Example

White with #4E1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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