#2E25EE

Color #2E25EE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2E25EE

Tints of Han Purple #2E25EE

Color information

#2E25EE (or 0x2E25EE) is unknown color: approx Han Purple. HEX triplet: 2E, 25 and EE. RGB value is (46,37,238). Sum of RGB (Red+Green+Blue) = 46+37+238=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E25EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E25EE is #D1DA11. Grayscale: #3D3D3D. Windows color (decimal): -13752850 or 15607086. OLE color: 15607086.

HSL color Cylindrical-coordinate representation of color #2E25EE: hue angle of 242.69º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E25EE is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4637238-
CMYK0.810.8400.07
HSL242.69º85.53%53.92%-
HSV(B)242.69º84.45%93.33%-
XYZ17.228.0881.54-
YUV62.6226.98116.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.33%
GREEN value IS 37 (14.84% from 255) = 11.53%
BLUE value IS 238 (93.36% from 255) = 74.14%
R=14.33%
G=11.53%
B=74.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal46372380.810.8400.07242.6985.5353.92
Hex2E25EE515407f35636
Octal56453561211240736312666
Binary10111010010111101110101000110101000111111100111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E25EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,238); }

 H1.HeaderClassName
 {
   color: #2E25EE;
 }
 .AnyTagClassName
 {
   color: #2E25EE;
 }
</style>
background-color css

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

 a { background-color: rgb(46,37,238); }

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

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

 span { border-color: rgb(46,37,238); }

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