#2E2469

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

Shades of Paris M #2E2469

Tints of Paris M #2E2469

Color information

#2E2469 (or 0x2E2469) is unknown color: approx Paris M. HEX triplet: 2E, 24 and 69. RGB value is (46,36,105). Sum of RGB (Red+Green+Blue) = 46+36+105=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E2469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2469 is #D1DB96. Grayscale: #2E2E2E. Windows color (decimal): -13753239 or 6890542. OLE color: 6890542.

HSL color Cylindrical-coordinate representation of color #2E2469: hue angle of 248.7º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2469 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4636105-
CMYK0.560.6600.59
HSL248.7º48.94%27.65%-
HSV(B)248.7º65.71%41.18%-
XYZ4.312.8613.69-
YUV46.86160.81127.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=24.60%
G=19.25%
B=56.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46361050.560.6600.59248.748.9427.65
Hex2E2469384203Bf9311c
Octal5644151701020733716134
Binary1011101001001101001111000100001001110111111100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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