#2E275B

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

Shades of Paris M #2E275B

Tints of Paris M #2E275B

Color information

#2E275B (or 0x2E275B) is unknown color: approx Paris M. HEX triplet: 2E, 27 and 5B. RGB value is (46,39,91). Sum of RGB (Red+Green+Blue) = 46+39+91=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E275B is #D1D8A4. Grayscale: #2E2E2E. Windows color (decimal): -13752485 or 5973806. OLE color: 5973806.

HSL color Cylindrical-coordinate representation of color #2E275B: hue angle of 248.08º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E275B is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB463991-
CMYK0.490.5700.64
HSL248.08º40%25.49%-
HSV(B)248.08º57.14%35.69%-
XYZ3.742.7910.24-
YUV47.02152.82127.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 39 (15.62% from 255) = 22.16%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=26.14%
G=22.16%
B=51.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4639910.490.5700.64248.084025.49
Hex2E275B3139040f82819
Octal5647133617101003705031
Binary1011101001111011011110001111001010000001111100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,91); }

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

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

 a { background-color: rgb(46,39,91); }

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

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

 span { border-color: rgb(46,39,91); }

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