#2E2969

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

Shades of Paris M #2E2969

Tints of Paris M #2E2969

Color information

#2E2969 (or 0x2E2969) is unknown color: approx Paris M. HEX triplet: 2E, 29 and 69. RGB value is (46,41,105). Sum of RGB (Red+Green+Blue) = 46+41+105=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E2969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2969 is #D1D696. Grayscale: #313131. Windows color (decimal): -13751959 or 6891822. OLE color: 6891822.

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

Color convert

RGB4641105-
CMYK0.560.6100.59
HSL244.69º43.84%28.63%-
HSV(B)244.69º60.95%41.18%-
XYZ4.473.1913.74-
YUV49.79159.16125.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 105 (41.41% from 255) = 54.69%
R=23.96%
G=21.35%
B=54.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46411050.560.6100.59244.6943.8428.63
Hex2E2969383D03Bf52c1d
Octal565115170750733655435
Binary101110101001110100111100011110101110111111010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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