Html Css Color HEX #2E1EDE Han Purple

📋 copy color: '#2E1EDE'

red 46 ◦ green 30 ◦ blue 222

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

Shades of Han Purple #2E1EDE

Tints of Han Purple #2E1EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.07%

 BLUE value IS 222 (87.11% from 255) = 74.5%

R = 15.44%
G = 10.07%
B = 74.5%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E1EDE (or 0x2E1EDE) is known color: Han Purple. HEX triplet: 2E, 1E and DE. RGB value is (46,30,222). Sum of RGB (Red+Green+Blue) = 46+30+222=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E1EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1EDE is #D1E121. Grayscale: #373737. Windows color (decimal): -13754658 or 14556718. OLE color: 14556718.

HSL color Cylindrical-coordinate representation of color #2E1EDE: hue angle of 245º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E1EDE is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 30 222 -
CMYK 0.79 0.86 0 0.13
HSL 245º 0.76% 0.49% -
HSV(B) 245º 0.86% 0.87% -
XYZ 14.78 6.78 69.64 -
YUV 56.67 221.3 120.39 -
System Red Green Blue C M Y K H S L
Decimal 46 30 222 0.79 0.86 0 0.13 245 0.76 0.49
Hex 2E 1E DE 4F 56 0 D F5 4C 31
Octal 56 36 336 117 126 0 15 365 114 61
Binary 101110 11110 11011110 1001111 1010110 0 1101 11110101 1001100 110001

Color Harmonies of #2E1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1EDE

Black with #2E1EDE

Text Example


Text Example

White with #2E1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,30,222); }

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

background-color css

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

 a { background-color: rgb(46,30,222); }

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

border-color css

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

 span { border-color: rgb(46,30,222); }

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