#2E16EF

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

Shades of Han Purple #2E16EF

Tints of Han Purple #2E16EF

Color information

#2E16EF (or 0x2E16EF) is unknown color: approx Han Purple. HEX triplet: 2E, 16 and EF. RGB value is (46,22,239). Sum of RGB (Red+Green+Blue) = 46+22+239=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E16EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E16EF is #D1E910. Grayscale: #353535. Windows color (decimal): -13756689 or 15668782. OLE color: 15668782.

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

Color convert

RGB4622239-
CMYK0.810.9100.06
HSL246.64º87.15%51.18%-
HSV(B)246.64º90.79%93.73%-
XYZ16.997.3982.19-
YUV53.91232.45122.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 239 (93.75% from 255) = 77.85%
R=14.98%
G=7.17%
B=77.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46222390.810.9100.06246.6487.1551.18
Hex2E16EF515B06f75733
Octal56263571211330636712763
Binary1011101011011101111101000110110110110111101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E16EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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