Html Css Color HEX #2E20DF Han Purple

📋 copy color: '#2E20DF'

red 46 ◦ green 32 ◦ blue 223

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

Shades of Han Purple #2E20DF

Tints of Han Purple #2E20DF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 223 (87.5% from 255) = 74.09%

R = 15.28%
G = 10.63%
B = 74.09%

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

#2E20DF (or 0x2E20DF) is known color: Han Purple. HEX triplet: 2E, 20 and DF. RGB value is (46,32,223). Sum of RGB (Red+Green+Blue) = 46+32+223=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E20DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E20DF is #D1DF20. Grayscale: #393939. Windows color (decimal): -13754145 or 14622766. OLE color: 14622766.

HSL color Cylindrical-coordinate representation of color #2E20DF: hue angle of 244.4º 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 #2E20DF is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 32 223 -
CMYK 0.79 0.86 0 0.13
HSL 244.4º 0.75% 0.5% -
HSV(B) 244.4º 0.86% 0.87% -
XYZ 14.96 6.94 70.36 -
YUV 57.96 221.14 119.47 -
System Red Green Blue C M Y K H S L
Decimal 46 32 223 0.79 0.86 0 0.13 244.4 0.75 0.5
Hex 2E 20 DF 4F 56 0 D F4 4B 32
Octal 56 40 337 117 126 0 15 364 113 62
Binary 101110 100000 11011111 1001111 1010110 0 1101 11110100 1001011 110010

Color Harmonies of #2E20DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E20DF

Black with #2E20DF

Text Example


Text Example

White with #2E20DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,32,223); }

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

background-color css

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

 a { background-color: rgb(46,32,223); }

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

border-color css

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

 span { border-color: rgb(46,32,223); }

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