#2C2073

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

Shades of Paris M #2C2073

Tints of Paris M #2C2073

Color information

#2C2073 (or 0x2C2073) is unknown color: approx Paris M. HEX triplet: 2C, 20 and 73. RGB value is (44,32,115). Sum of RGB (Red+Green+Blue) = 44+32+115=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C2073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2073 is #D3DF8C. Grayscale: #2C2C2C. Windows color (decimal): -13885325 or 7544876. OLE color: 7544876.

HSL color Cylindrical-coordinate representation of color #2C2073: hue angle of 248.67º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2073 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4432115-
CMYK0.620.7200.55
HSL248.67º56.46%28.82%-
HSV(B)248.67º72.17%45.1%-
XYZ4.652.8116.52-
YUV45.05167.48127.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=23.04%
G=16.75%
B=60.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44321150.620.7200.55248.6756.4628.82
Hex2C20733E48037f9381d
Octal5440163761100673717035
Binary1011001000001110011111110100100001101111111100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,32,115); }

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

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

 a { background-color: rgb(44,32,115); }

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

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

 span { border-color: rgb(44,32,115); }

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