#2E13DE

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

Shades of Han Purple #2E13DE

Tints of Han Purple #2E13DE

Color information

#2E13DE (or 0x2E13DE) is unknown color: approx Han Purple. HEX triplet: 2E, 13 and DE. RGB value is (46,19,222). Sum of RGB (Red+Green+Blue) = 46+19+222=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E13DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E13DE is #D1EC21. Grayscale: #313131. Windows color (decimal): -13757474 or 14553902. OLE color: 14553902.

HSL color Cylindrical-coordinate representation of color #2E13DE: hue angle of 247.98º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E13DE is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4619222-
CMYK0.790.9100.13
HSL247.98º84.23%47.25%-
HSV(B)247.98º91.44%87.06%-
XYZ14.546.3269.56-
YUV50.22224.95124.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.03%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 222 (87.11% from 255) = 77.35%
R=16.03%
G=6.62%
B=77.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal46192220.790.9100.13247.9884.2347.25
Hex2E13DE4F5B0Df8542f
Octal562333611713301537012457
Binary10111010011110111101001111101101101101111110001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E13DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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