Html Css Color HEX #4E2EFD Han Purple

📋 copy color: '#4E2EFD'

red 78 ◦ green 46 ◦ blue 253

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

Shades of Han Purple #4E2EFD

Tints of Han Purple #4E2EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.2%

 BLUE value IS 253 (99.22% from 255) = 67.11%

R = 20.69%
G = 12.2%
B = 67.11%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E2EFD (or 0x4E2EFD) is known color: Han Purple. HEX triplet: 4E, 2E and FD. RGB value is (78,46,253). Sum of RGB (Red+Green+Blue) = 78+46+253=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E2EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2EFD is #B1D102. Grayscale: #4E4E4E. Windows color (decimal): -11653379 or 16592462. OLE color: 16592462.

HSL color Cylindrical-coordinate representation of color #4E2EFD: hue angle of 249.28º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E2EFD is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 46 253 -
CMYK 0.69 0.82 0 0.01
HSL 249.28º 0.98% 0.59% -
HSV(B) 249.28º 0.82% 0.99% -
XYZ 21.85 10.67 93.84 -
YUV 79.17 226.1 127.17 -
System Red Green Blue C M Y K H S L
Decimal 78 46 253 0.69 0.82 0 0.01 249.28 0.98 0.59
Hex 4E 2E FD 45 52 0 1 F9 62 3B
Octal 116 56 375 105 122 0 1 371 142 73
Binary 1001110 101110 11111101 1000101 1010010 0 1 11111001 1100010 111011

Color Harmonies of #4E2EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2EFD

Black with #4E2EFD

Text Example


Text Example

White with #4E2EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,46,253); }

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

background-color css

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

 a { background-color: rgb(78,46,253); }

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

border-color css

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

 span { border-color: rgb(78,46,253); }

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