Html Css Color HEX #2E19E7 Han Purple

📋 copy color: '#2E19E7'

red 46 ◦ green 25 ◦ blue 231

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

Shades of Han Purple #2E19E7

Tints of Han Purple #2E19E7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 231 (90.63% from 255) = 76.49%

R = 15.23%
G = 8.28%
B = 76.49%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2E19E7 (or 0x2E19E7) is known color: Han Purple. HEX triplet: 2E, 19 and E7. RGB value is (46,25,231). Sum of RGB (Red+Green+Blue) = 46+25+231=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 231 (90.62% from 255 or 76.49% from 302); Max value from RGB is 231 - color contains mainly: blue. Hex color #2E19E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E19E7 is #D1E618. Grayscale: #353535. Windows color (decimal): -13755929 or 15145262. OLE color: 15145262.

HSL color Cylindrical-coordinate representation of color #2E19E7: hue angle of 246.12º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E19E7 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 25 231 -
CMYK 0.80 0.89 0 0.09
HSL 246.12º 0.81% 0.5% -
HSV(B) 246.12º 0.89% 0.91% -
XYZ 15.9 7.05 76.12 -
YUV 54.76 227.46 121.75 -
System Red Green Blue C M Y K H S L
Decimal 46 25 231 0.80 0.89 0 0.09 246.12 0.81 0.5
Hex 2E 19 E7 50 59 0 9 F6 51 32
Octal 56 31 347 120 131 0 11 366 121 62
Binary 101110 11001 11100111 1010000 1011001 0 1001 11110110 1010001 110010

Color Harmonies of #2E19E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E19E7

Black with #2E19E7

Text Example


Text Example

White with #2E19E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,25,231); }

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

background-color css

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

 a { background-color: rgb(46,25,231); }

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

border-color css

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

 span { border-color: rgb(46,25,231); }

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