#2E2769

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

Shades of Paris M #2E2769

Tints of Paris M #2E2769

Color information

#2E2769 (or 0x2E2769) is unknown color: approx Paris M. HEX triplet: 2E, 27 and 69. RGB value is (46,39,105). Sum of RGB (Red+Green+Blue) = 46+39+105=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E2769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2769 is #D1D896. Grayscale: #303030. Windows color (decimal): -13752471 or 6891310. OLE color: 6891310.

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

Color convert

RGB4639105-
CMYK0.560.6300.59
HSL246.36º45.83%28.24%-
HSV(B)246.36º62.86%41.18%-
XYZ4.43.0513.72-
YUV48.62159.82126.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.21%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 105 (41.41% from 255) = 55.26%
R=24.21%
G=20.53%
B=55.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46391050.560.6300.59246.3645.8328.24
Hex2E2769383F03Bf62e1c
Octal564715170770733665634
Binary101110100111110100111100011111101110111111011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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