Html Css Color HEX #2E1FEF Han Purple

📋 copy color: '#2E1FEF'

red 46 ◦ green 31 ◦ blue 239

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

Shades of Han Purple #2E1FEF

Tints of Han Purple #2E1FEF

RGB

 RED value IS 46 (18.36% from 255) = 14.56%

 GREEN value IS 31 (12.5% from 255) = 9.81%

 BLUE value IS 239 (93.75% from 255) = 75.63%

R = 14.56%
G = 9.81%
B = 75.63%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E1FEF (or 0x2E1FEF) is known color: Han Purple. HEX triplet: 2E, 1F and EF. RGB value is (46,31,239). Sum of RGB (Red+Green+Blue) = 46+31+239=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E1FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1FEF is #D1E010. Grayscale: #3A3A3A. Windows color (decimal): -13754385 or 15671086. OLE color: 15671086.

HSL color Cylindrical-coordinate representation of color #2E1FEF: hue angle of 244.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1FEF is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 31 239 -
CMYK 0.81 0.87 0 0.06
HSL 244.33º 0.87% 0.53% -
HSV(B) 244.33º 0.87% 0.94% -
XYZ 17.2 7.79 82.26 -
YUV 59.2 229.47 118.59 -
System Red Green Blue C M Y K H S L
Decimal 46 31 239 0.81 0.87 0 0.06 244.33 0.87 0.53
Hex 2E 1F EF 51 57 0 6 F4 57 35
Octal 56 37 357 121 127 0 6 364 127 65
Binary 101110 11111 11101111 1010001 1010111 0 110 11110100 1010111 110101

Color Harmonies of #2E1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1FEF

Black with #2E1FEF

Text Example


Text Example

White with #2E1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E1FEF; }

 p { color: rgb(46,31,239); }

 H1.HeaderClassName
 {
   color: #2E1FEF;
 }
 .AnyTagClassName
 {
   color: #2E1FEF;
 }
</style>

background-color css

<style>
 a { background-color: #2E1FEF; }

 a { background-color: rgb(46,31,239); }

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

border-color css

<style>
 span { border-color: #2E1FEF; }

 span { border-color: rgb(46,31,239); }

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