#2E205A

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

Shades of Paris M #2E205A

Tints of Paris M #2E205A

Color information

#2E205A (or 0x2E205A) is unknown color: approx Paris M. HEX triplet: 2E, 20 and 5A. RGB value is (46,32,90). Sum of RGB (Red+Green+Blue) = 46+32+90=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E205A is #D1DFA5. Grayscale: #2A2A2A. Windows color (decimal): -13754278 or 5906478. OLE color: 5906478.

HSL color Cylindrical-coordinate representation of color #2E205A: hue angle of 254.48º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E205A is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB463290-
CMYK0.490.6400.65
HSL254.48º47.54%23.92%-
HSV(B)254.48º64.44%35.29%-
XYZ3.492.359.94-
YUV42.8154.64130.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=27.38%
G=19.05%
B=53.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4632900.490.6400.65254.4847.5423.92
Hex2E205A3140041fe3018
Octal56401326110001013766030
Binary10111010000010110101100011000000010000011111111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,32,90); }

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

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

 a { background-color: rgb(46,32,90); }

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

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

 span { border-color: rgb(46,32,90); }

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