#2E2571

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

Shades of Paris M #2E2571

Tints of Paris M #2E2571

Color information

#2E2571 (or 0x2E2571) is unknown color: approx Paris M. HEX triplet: 2E, 25 and 71. RGB value is (46,37,113). Sum of RGB (Red+Green+Blue) = 46+37+113=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E2571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2571 is #D1DA8E. Grayscale: #303030. Windows color (decimal): -13752975 or 7415086. OLE color: 7415086.

HSL color Cylindrical-coordinate representation of color #2E2571: hue angle of 247.11º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2571 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4637113-
CMYK0.590.6700.56
HSL247.11º50.67%29.41%-
HSV(B)247.11º67.26%44.31%-
XYZ4.773.115.97-
YUV48.36164.48126.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=23.47%
G=18.88%
B=57.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46371130.590.6700.56247.1150.6729.41
Hex2E25713B43038f7331d
Octal5645161731030703676335
Binary1011101001011110001111011100001101110001111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,113); }

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

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

 a { background-color: rgb(46,37,113); }

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

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

 span { border-color: rgb(46,37,113); }

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