Html Css Color HEX #2E1EEA Han Purple

📋 copy color: '#2E1EEA'

red 46 ◦ green 30 ◦ blue 234

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

Shades of Han Purple #2E1EEA

Tints of Han Purple #2E1EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

 BLUE value IS 234 (91.8% from 255) = 75.48%

R = 14.84%
G = 9.68%
B = 75.48%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E1EEA (or 0x2E1EEA) is known color: Han Purple. HEX triplet: 2E, 1E and EA. RGB value is (46,30,234). Sum of RGB (Red+Green+Blue) = 46+30+234=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E1EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1EEA is #D1E115. Grayscale: #393939. Windows color (decimal): -13754646 or 15343150. OLE color: 15343150.

HSL color Cylindrical-coordinate representation of color #2E1EEA: hue angle of 244.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1EEA is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 30 234 -
CMYK 0.80 0.87 0 0.08
HSL 244.71º 0.83% 0.52% -
HSV(B) 244.71º 0.87% 0.92% -
XYZ 16.44 7.45 78.41 -
YUV 58.04 227.3 119.41 -
System Red Green Blue C M Y K H S L
Decimal 46 30 234 0.80 0.87 0 0.08 244.71 0.83 0.52
Hex 2E 1E EA 50 57 0 8 F5 53 34
Octal 56 36 352 120 127 0 10 365 123 64
Binary 101110 11110 11101010 1010000 1010111 0 1000 11110101 1010011 110100

Color Harmonies of #2E1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1EEA

Black with #2E1EEA

Text Example


Text Example

White with #2E1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,30,234); }

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

background-color css

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

 a { background-color: rgb(46,30,234); }

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

border-color css

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

 span { border-color: rgb(46,30,234); }

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