#2E2260

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

Shades of Paris M #2E2260

Tints of Paris M #2E2260

Color information

#2E2260 (or 0x2E2260) is unknown color: approx Paris M. HEX triplet: 2E, 22 and 60. RGB value is (46,34,96). Sum of RGB (Red+Green+Blue) = 46+34+96=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2260 is #D1DD9F. Grayscale: #2C2C2C. Windows color (decimal): -13753760 or 6300206. OLE color: 6300206.

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

Color convert

RGB463496-
CMYK0.520.6500.62
HSL251.61º47.69%25.49%-
HSV(B)251.61º64.58%37.65%-
XYZ3.812.5711.36-
YUV44.66156.98128.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=26.14%
G=19.32%
B=54.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4634960.520.6500.62251.6147.6925.49
Hex2E2260344103Efc3019
Octal5642140641010763746031
Binary1011101000101100000110100100000101111101111110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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