#2E205B

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

Shades of Paris M #2E205B

Tints of Paris M #2E205B

Color information

#2E205B (or 0x2E205B) is unknown color: approx Paris M. HEX triplet: 2E, 20 and 5B. RGB value is (46,32,91). Sum of RGB (Red+Green+Blue) = 46+32+91=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E205B is #D1DFA4. Grayscale: #2A2A2A. Windows color (decimal): -13754277 or 5972014. OLE color: 5972014.

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

Color convert

RGB463291-
CMYK0.490.6500.64
HSL254.24º47.97%24.12%-
HSV(B)254.24º64.84%35.69%-
XYZ3.532.3710.17-
YUV42.91155.14130.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=27.22%
G=18.93%
B=53.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4632910.490.6500.64254.2447.9724.12
Hex2E205B3141040fe3018
Octal56401336110101003766030
Binary10111010000010110111100011000001010000001111111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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