Html Css Color HEX #2E0FEF Han Purple

📋 copy color: '#2E0FEF'

red 46 ◦ green 15 ◦ blue 239

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

Shades of Han Purple #2E0FEF

Tints of Han Purple #2E0FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5%

 BLUE value IS 239 (93.75% from 255) = 79.67%

R = 15.33%
G = 5%
B = 79.67%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E0FEF (or 0x2E0FEF) is known color: Han Purple. HEX triplet: 2E, 0F and EF. RGB value is (46,15,239). Sum of RGB (Red+Green+Blue) = 46+15+239=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 239 (93.75% from 255 or 79.67% from 300); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E0FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E0FEF is #D1F010. Grayscale: #303030. Windows color (decimal): -13758481 or 15666990. OLE color: 15666990.

HSL color Cylindrical-coordinate representation of color #2E0FEF: hue angle of 248.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0FEF is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 15 239 -
CMYK 0.81 0.94 0 0.06
HSL 248.3º 0.88% 0.5% -
HSV(B) 248.3º 0.94% 0.94% -
XYZ 16.88 7.15 82.15 -
YUV 49.81 234.77 125.29 -
System Red Green Blue C M Y K H S L
Decimal 46 15 239 0.81 0.94 0 0.06 248.3 0.88 0.5
Hex 2E F EF 51 5E 0 6 F8 58 32
Octal 56 17 357 121 136 0 6 370 130 62
Binary 101110 1111 11101111 1010001 1011110 0 110 11111000 1011000 110010

Color Harmonies of #2E0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0FEF

Black with #2E0FEF

Text Example


Text Example

White with #2E0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,15,239); }

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

background-color css

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

 a { background-color: rgb(46,15,239); }

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

border-color css

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

 span { border-color: rgb(46,15,239); }

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