Html Css Color HEX #2E00EE Han Purple

📋 copy color: '#2E00EE'

red 46 ◦ green 0 ◦ blue 238

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

Shades of Han Purple #2E00EE

Tints of Han Purple #2E00EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 238 (93.36% from 255) = 83.8%

R = 16.2%
G = 0%
B = 83.8%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2E00EE (or 0x2E00EE) is known color: 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

RGB 46 0 238 -
CMYK 0.81 1 0 0.07
HSL 251.6º 1% 0.47% -
HSV(B) 251.6º 1% 0.93% -
XYZ 16.56 6.75 81.32 -
YUV 40.89 239.24 131.65 -
System Red Green Blue C M Y K H S L
Decimal 46 0 238 0.81 1 0 0.07 251.6 1 0.47
Hex 2E 0 EE 51 64 0 7 FC 64 2F
Octal 56 0 356 121 144 0 7 374 144 57
Binary 101110 0 11101110 1010001 1100100 0 111 11111100 1100100 101111

Color Harmonies of #2E00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E00EE

Black with #2E00EE

Text Example


Text Example

White with #2E00EE

Text Example


Text Example

HTML Codes & Css Web 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>