#2E2460

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

Shades of Paris M #2E2460

Tints of Paris M #2E2460

Color information

#2E2460 (or 0x2E2460) is unknown color: approx Paris M. HEX triplet: 2E, 24 and 60. RGB value is (46,36,96). Sum of RGB (Red+Green+Blue) = 46+36+96=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E2460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2460 is #D1DB9F. Grayscale: #2D2D2D. Windows color (decimal): -13753248 or 6300718. OLE color: 6300718.

HSL color Cylindrical-coordinate representation of color #2E2460: hue angle of 250º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E2460 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB463696-
CMYK0.520.6200.62
HSL250º45.45%25.88%-
HSV(B)250º62.5%37.65%-
XYZ3.872.6911.38-
YUV45.83156.31128.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.84%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=25.84%
G=20.22%
B=53.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4636960.520.6200.6225045.4525.88
Hex2E2460343E03Efa2d1a
Octal564414064760763725532
Binary101110100100110000011010011111001111101111101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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