#2E1F6C

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

Shades of Paris M #2E1F6C

Tints of Paris M #2E1F6C

Color information

#2E1F6C (or 0x2E1F6C) is unknown color: approx Paris M. HEX triplet: 2E, 1F and 6C. RGB value is (46,31,108). Sum of RGB (Red+Green+Blue) = 46+31+108=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E1F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1F6C is #D1E093. Grayscale: #2B2B2B. Windows color (decimal): -13754516 or 7085870. OLE color: 7085870.

HSL color Cylindrical-coordinate representation of color #2E1F6C: hue angle of 251.69º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E1F6C is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4631108-
CMYK0.570.7100.58
HSL251.69º55.4%27.25%-
HSV(B)251.69º71.3%42.35%-
XYZ4.322.6414.47-
YUV44.26163.97129.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=24.86%
G=16.76%
B=58.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46311080.570.7100.58251.6955.427.25
Hex2E1F6C394703Afc371b
Octal5637154711070723746733
Binary101110111111101100111001100011101110101111110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,31,108); }

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

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

 a { background-color: rgb(46,31,108); }

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

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

 span { border-color: rgb(46,31,108); }

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