#2E216D

Color #2E216D Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #2E216D

Tints of Paris M #2E216D

Color information

#2E216D (or 0x2E216D) is unknown color: approx Paris M. HEX triplet: 2E, 21 and 6D. RGB value is (46,33,109). Sum of RGB (Red+Green+Blue) = 46+33+109=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E216D is #D1DE92. Grayscale: #2D2D2D. Windows color (decimal): -13754003 or 7151918. OLE color: 7151918.

HSL color Cylindrical-coordinate representation of color #2E216D: hue angle of 250.26º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E216D is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4633109-
CMYK0.580.7000.57
HSL250.26º53.52%27.84%-
HSV(B)250.26º69.72%42.75%-
XYZ4.432.7714.77-
YUV45.55163.81128.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=24.47%
G=17.55%
B=57.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46331090.580.7000.57250.2653.5227.84
Hex2E216D3A46039fa361c
Octal5641155721060713726634
Binary1011101000011101101111010100011001110011111101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,109); }

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

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

 a { background-color: rgb(46,33,109); }

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

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

 span { border-color: rgb(46,33,109); }

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