Html Css Color HEX #2E20DC Han Purple

📋 copy color: '#2E20DC'

red 46 ◦ green 32 ◦ blue 220

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

Shades of Han Purple #2E20DC

Tints of Han Purple #2E20DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.83%

R = 15.44%
G = 10.74%
B = 73.83%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E20DC (or 0x2E20DC) is known color: Han Purple. HEX triplet: 2E, 20 and DC. RGB value is (46,32,220). Sum of RGB (Red+Green+Blue) = 46+32+220=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E20DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E20DC is #D1DF23. Grayscale: #383838. Windows color (decimal): -13754148 or 14426158. OLE color: 14426158.

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

Color convert

RGB 46 32 220 -
CMYK 0.79 0.85 0 0.14
HSL 244.47º 0.75% 0.49% -
HSV(B) 244.47º 0.85% 0.86% -
XYZ 14.56 6.78 68.25 -
YUV 57.62 219.64 119.71 -
System Red Green Blue C M Y K H S L
Decimal 46 32 220 0.79 0.85 0 0.14 244.47 0.75 0.49
Hex 2E 20 DC 4F 55 0 E F4 4B 31
Octal 56 40 334 117 125 0 16 364 113 61
Binary 101110 100000 11011100 1001111 1010101 0 1110 11110100 1001011 110001

Color Harmonies of #2E20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E20DC

Black with #2E20DC

Text Example


Text Example

White with #2E20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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