#2E2477

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

Shades of Paris M #2E2477

Tints of Paris M #2E2477

Color information

#2E2477 (or 0x2E2477) is unknown color: approx Paris M. HEX triplet: 2E, 24 and 77. RGB value is (46,36,119). Sum of RGB (Red+Green+Blue) = 46+36+119=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E2477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2477 is #D1DB88. Grayscale: #303030. Windows color (decimal): -13753225 or 7808046. OLE color: 7808046.

HSL color Cylindrical-coordinate representation of color #2E2477: hue angle of 247.23º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E2477 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4636119-
CMYK0.610.7000.53
HSL247.23º53.55%30.39%-
HSV(B)247.23º69.75%46.67%-
XYZ5.093.1717.8-
YUV48.45167.81126.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=22.89%
G=17.91%
B=59.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46361190.610.7000.53247.2353.5530.39
Hex2E24773D46035f7361e
Octal5644167751060653676636
Binary1011101001001110111111101100011001101011111011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,119); }

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

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

 a { background-color: rgb(46,36,119); }

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

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

 span { border-color: rgb(46,36,119); }

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