#2E0CEB

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

Shades of Han Purple #2E0CEB

Tints of Han Purple #2E0CEB

Color information

#2E0CEB (or 0x2E0CEB) is unknown color: approx Han Purple. HEX triplet: 2E, 0C and EB. RGB value is (46,12,235). Sum of RGB (Red+Green+Blue) = 46+12+235=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E0CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E0CEB is #D1F314. Grayscale: #2E2E2E. Windows color (decimal): -13759253 or 15404078. OLE color: 15404078.

HSL color Cylindrical-coordinate representation of color #2E0CEB: hue angle of 249.15º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0CEB is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4612235-
CMYK0.800.9500.08
HSL249.15º90.28%48.43%-
HSV(B)249.15º94.89%92.16%-
XYZ16.256.8479.06-
YUV47.59233.76126.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.70%
GREEN value IS 12 (5.08% from 255) = 4.10%
BLUE value IS 235 (92.19% from 255) = 80.20%
R=15.70%
G=4.10%
B=80.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46122350.800.9500.08249.1590.2848.43
Hex2ECEB505F08f95a30
Octal561435312013701037113260
Binary1011101100111010111010000101111101000111110011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,12,235); }

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

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

 a { background-color: rgb(46,12,235); }

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

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

 span { border-color: rgb(46,12,235); }

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