#2E2167

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

Shades of Paris M #2E2167

Tints of Paris M #2E2167

Color information

#2E2167 (or 0x2E2167) is unknown color: approx Paris M. HEX triplet: 2E, 21 and 67. RGB value is (46,33,103). Sum of RGB (Red+Green+Blue) = 46+33+103=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E2167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2167 is #D1DE98. Grayscale: #2C2C2C. Windows color (decimal): -13754009 or 6758702. OLE color: 6758702.

HSL color Cylindrical-coordinate representation of color #2E2167: hue angle of 251.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E2167 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4633103-
CMYK0.550.6800.60
HSL251.14º51.47%26.67%-
HSV(B)251.14º67.96%40.39%-
XYZ4.122.6513.13-
YUV44.87160.81128.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 103 (40.62% from 255) = 56.59%
R=25.27%
G=18.13%
B=56.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46331030.550.6800.60251.1451.4726.67
Hex2E2167374403Cfb331b
Octal5641147671040743736333
Binary1011101000011100111110111100010001111001111101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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