Html Css Color HEX #2E13EF Han Purple

📋 copy color: '#2E13EF'

red 46 ◦ green 19 ◦ blue 239

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

Shades of Han Purple #2E13EF

Tints of Han Purple #2E13EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

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

R = 15.13%
G = 6.25%
B = 78.62%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E13EF (or 0x2E13EF) is known color: Han Purple. HEX triplet: 2E, 13 and EF. RGB value is (46,19,239). Sum of RGB (Red+Green+Blue) = 46+19+239=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E13EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E13EF is #D1EC10. Grayscale: #333333. Windows color (decimal): -13757457 or 15668014. OLE color: 15668014.

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

Color convert

RGB 46 19 239 -
CMYK 0.81 0.92 0 0.06
HSL 247.36º 0.87% 0.51% -
HSV(B) 247.36º 0.92% 0.94% -
XYZ 16.94 7.28 82.17 -
YUV 52.15 233.45 123.61 -
System Red Green Blue C M Y K H S L
Decimal 46 19 239 0.81 0.92 0 0.06 247.36 0.87 0.51
Hex 2E 13 EF 51 5C 0 6 F7 57 33
Octal 56 23 357 121 134 0 6 367 127 63
Binary 101110 10011 11101111 1010001 1011100 0 110 11110111 1010111 110011

Color Harmonies of #2E13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E13EF

Black with #2E13EF

Text Example


Text Example

White with #2E13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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