#2E00EE

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

Shades of Han Purple #2E00EE

Tints of Han Purple #2E00EE

Color information

#2E00EE (or 0x2E00EE) is unknown color: approx Han Purple. HEX triplet: 2E, 00 and EE. RGB value is (46,0,238). Sum of RGB (Red+Green+Blue) = 46+0+238=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 238 (93.36% from 255 or 83.80% from 284); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E00EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E00EE is #D1FF11. Grayscale: #272727. Windows color (decimal): -13762322 or 15597614. OLE color: 15597614.

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

Color convert

RGB460238-
CMYK0.81100.07
HSL251.6º100%46.67%-
HSV(B)251.6º100%93.33%-
XYZ16.566.7581.32-
YUV40.89239.24131.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 83.80%
R=16.20%
G=0%
B=83.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal4602380.81100.07251.610046.67
Hex2E0EE516407fc642f
Octal5603561211440737414457
Binary101110011101110101000111001000111111111001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E00EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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