Html Css Color HEX #2E1FDE Han Purple

📋 copy color: '#2E1FDE'

red 46 ◦ green 31 ◦ blue 222

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

Shades of Han Purple #2E1FDE

Tints of Han Purple #2E1FDE

RGB

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

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

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

R = 15.38%
G = 10.37%
B = 74.25%

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

#2E1FDE (or 0x2E1FDE) is known color: Han Purple. HEX triplet: 2E, 1F and DE. RGB value is (46,31,222). Sum of RGB (Red+Green+Blue) = 46+31+222=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E1FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1FDE is #D1E021. Grayscale: #383838. Windows color (decimal): -13754402 or 14556974. OLE color: 14556974.

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

Color convert

RGB 46 31 222 -
CMYK 0.79 0.86 0 0.13
HSL 244.71º 0.75% 0.5% -
HSV(B) 244.71º 0.86% 0.87% -
XYZ 14.8 6.83 69.65 -
YUV 57.26 220.97 119.97 -
System Red Green Blue C M Y K H S L
Decimal 46 31 222 0.79 0.86 0 0.13 244.71 0.75 0.5
Hex 2E 1F DE 4F 56 0 D F5 4B 32
Octal 56 37 336 117 126 0 15 365 113 62
Binary 101110 11111 11011110 1001111 1010110 0 1101 11110101 1001011 110010

Color Harmonies of #2E1FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1FDE

Black with #2E1FDE

Text Example


Text Example

White with #2E1FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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