#2C2272

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

Shades of Paris M #2C2272

Tints of Paris M #2C2272

Color information

#2C2272 (or 0x2C2272) is unknown color: approx Paris M. HEX triplet: 2C, 22 and 72. RGB value is (44,34,114). Sum of RGB (Red+Green+Blue) = 44+34+114=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C2272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2272 is #D3DD8D. Grayscale: #2D2D2D. Windows color (decimal): -13884814 or 7479852. OLE color: 7479852.

HSL color Cylindrical-coordinate representation of color #2C2272: hue angle of 247.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C2272 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4434114-
CMYK0.610.7000.55
HSL247.5º54.05%29.02%-
HSV(B)247.5º70.18%44.71%-
XYZ4.652.8916.23-
YUV46.11166.31126.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.92%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=22.92%
G=17.71%
B=59.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44341140.610.7000.55247.554.0529.02
Hex2C22723D46037f8361d
Octal5442162751060673706635
Binary1011001000101110010111101100011001101111111100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,34,114); }

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

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

 a { background-color: rgb(44,34,114); }

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

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

 span { border-color: rgb(44,34,114); }

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