Html Css Color HEX #4E31FF Han Purple

📋 copy color: '#4E31FF'

red 78 ◦ green 49 ◦ blue 255

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

Shades of Han Purple #4E31FF

Tints of Han Purple #4E31FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.83%

 BLUE value IS 255 (100% from 255) = 66.75%

R = 20.42%
G = 12.83%
B = 66.75%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4E31FF (or 0x4E31FF) is known color: Han Purple. HEX triplet: 4E, 31 and FF. RGB value is (78,49,255). Sum of RGB (Red+Green+Blue) = 78+49+255=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E31FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E31FF is #B1CE00. Grayscale: #505050. Windows color (decimal): -11652609 or 16724302. OLE color: 16724302.

HSL color Cylindrical-coordinate representation of color #4E31FF: hue angle of 248.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E31FF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 78 49 255 -
CMYK 0.69 0.81 0 0
HSL 248.45º 1% 0.6% -
HSV(B) 248.45º 0.81% 1% -
XYZ 22.29 11.04 95.56 -
YUV 81.16 226.11 125.75 -
System Red Green Blue C M Y K H S L
Decimal 78 49 255 0.69 0.81 0 0 248.45 1 0.6
Hex 4E 31 FF 45 51 0 0 F8 64 3C
Octal 116 61 377 105 121 0 0 370 144 74
Binary 1001110 110001 11111111 1000101 1010001 0 0 11111000 1100100 111100

Color Harmonies of #4E31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E31FF

Black with #4E31FF

Text Example


Text Example

White with #4E31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,49,255); }

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

background-color css

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

 a { background-color: rgb(78,49,255); }

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

border-color css

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

 span { border-color: rgb(78,49,255); }

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