Html Css Color HEX #2E29E4 Han Purple

📋 copy color: '#2E29E4'

red 46 ◦ green 41 ◦ blue 228

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

Shades of Han Purple #2E29E4

Tints of Han Purple #2E29E4

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

 BLUE value IS 228 (89.45% from 255) = 72.38%

R = 14.6%
G = 13.02%
B = 72.38%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2E29E4 (or 0x2E29E4) is known color: Han Purple. HEX triplet: 2E, 29 and E4. RGB value is (46,41,228). Sum of RGB (Red+Green+Blue) = 46+41+228=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 228 (89.45% from 255 or 72.38% from 315); Max value from RGB is 228 - color contains mainly: blue. Hex color #2E29E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E29E4 is #D1D61B. Grayscale: #3F3F3F. Windows color (decimal): -13751836 or 14952750. OLE color: 14952750.

HSL color Cylindrical-coordinate representation of color #2E29E4: hue angle of 241.6º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E29E4 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 41 228 -
CMYK 0.80 0.82 0 0.11
HSL 241.6º 0.78% 0.53% -
HSV(B) 241.6º 0.82% 0.89% -
XYZ 15.92 7.77 74.06 -
YUV 63.81 220.66 115.29 -
System Red Green Blue C M Y K H S L
Decimal 46 41 228 0.80 0.82 0 0.11 241.6 0.78 0.53
Hex 2E 29 E4 50 52 0 B F2 4E 35
Octal 56 51 344 120 122 0 13 362 116 65
Binary 101110 101001 11100100 1010000 1010010 0 1011 11110010 1001110 110101

Color Harmonies of #2E29E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E29E4

Black with #2E29E4

Text Example


Text Example

White with #2E29E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,41,228); }

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

background-color css

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

 a { background-color: rgb(46,41,228); }

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

border-color css

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

 span { border-color: rgb(46,41,228); }

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