#2E2169

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

Shades of Paris M #2E2169

Tints of Paris M #2E2169

Color information

#2E2169 (or 0x2E2169) is unknown color: approx Paris M. HEX triplet: 2E, 21 and 69. RGB value is (46,33,105). Sum of RGB (Red+Green+Blue) = 46+33+105=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E2169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2169 is #D1DE96. Grayscale: #2C2C2C. Windows color (decimal): -13754007 or 6889774. OLE color: 6889774.

HSL color Cylindrical-coordinate representation of color #2E2169: hue angle of 250.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E2169 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4633105-
CMYK0.560.6900.59
HSL250.83º52.17%27.06%-
HSV(B)250.83º68.57%41.18%-
XYZ4.222.6913.66-
YUV45.1161.81128.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 33 (13.28% from 255) = 17.93%
BLUE value IS 105 (41.41% from 255) = 57.07%
R=25%
G=17.93%
B=57.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46331050.560.6900.59250.8352.1727.06
Hex2E2169384503Bfb341b
Octal5641151701050733736433
Binary1011101000011101001111000100010101110111111101111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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