Html Css Color HEX #2E1DEF Han Purple

📋 copy color: '#2E1DEF'

red 46 ◦ green 29 ◦ blue 239

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

Shades of Han Purple #2E1DEF

Tints of Han Purple #2E1DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.24%

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

R = 14.65%
G = 9.24%
B = 76.11%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E1DEF (or 0x2E1DEF) is known color: Han Purple. HEX triplet: 2E, 1D and EF. RGB value is (46,29,239). Sum of RGB (Red+Green+Blue) = 46+29+239=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E1DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1DEF is #D1E210. Grayscale: #393939. Windows color (decimal): -13754897 or 15670574. OLE color: 15670574.

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

Color convert

RGB 46 29 239 -
CMYK 0.81 0.88 0 0.06
HSL 244.86º 0.87% 0.53% -
HSV(B) 244.86º 0.88% 0.94% -
XYZ 17.15 7.69 82.24 -
YUV 58.02 230.13 119.42 -
System Red Green Blue C M Y K H S L
Decimal 46 29 239 0.81 0.88 0 0.06 244.86 0.87 0.53
Hex 2E 1D EF 51 58 0 6 F5 57 35
Octal 56 35 357 121 130 0 6 365 127 65
Binary 101110 11101 11101111 1010001 1011000 0 110 11110101 1010111 110101

Color Harmonies of #2E1DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1DEF

Black with #2E1DEF

Text Example


Text Example

White with #2E1DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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