Html Css Color HEX #4E11F1 Han Purple

📋 copy color: '#4E11F1'

red 78 ◦ green 17 ◦ blue 241

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

Shades of Han Purple #4E11F1

Tints of Han Purple #4E11F1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.06%

 BLUE value IS 241 (94.53% from 255) = 71.73%

R = 23.21%
G = 5.06%
B = 71.73%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4E11F1 (or 0x4E11F1) is known color: Han Purple. HEX triplet: 4E, 11 and F1. RGB value is (78,17,241). Sum of RGB (Red+Green+Blue) = 78+17+241=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #4E11F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E11F1 is #B1EE0E. Grayscale: #3B3B3B. Windows color (decimal): -11660815 or 15798606. OLE color: 15798606.

HSL color Cylindrical-coordinate representation of color #4E11F1: hue angle of 256.34º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E11F1 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 17 241 -
CMYK 0.68 0.93 0 0.05
HSL 256.34º 0.89% 0.51% -
HSV(B) 256.34º 0.93% 0.95% -
XYZ 19.22 8.37 83.82 -
YUV 60.78 229.71 140.29 -
System Red Green Blue C M Y K H S L
Decimal 78 17 241 0.68 0.93 0 0.05 256.34 0.89 0.51
Hex 4E 11 F1 44 5D 0 5 100 59 33
Octal 116 21 361 104 135 0 5 400 131 63
Binary 1001110 10001 11110001 1000100 1011101 0 101 100000000 1011001 110011

Color Harmonies of #4E11F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E11F1

Black with #4E11F1

Text Example


Text Example

White with #4E11F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,17,241); }

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

background-color css

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

 a { background-color: rgb(78,17,241); }

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

border-color css

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

 span { border-color: rgb(78,17,241); }

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