#2D2072

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

Shades of Paris M #2D2072

Tints of Paris M #2D2072

Color information

#2D2072 (or 0x2D2072) is unknown color: approx Paris M. HEX triplet: 2D, 20 and 72. RGB value is (45,32,114). Sum of RGB (Red+Green+Blue) = 45+32+114=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D2072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2072 is #D2DF8D. Grayscale: #2C2C2C. Windows color (decimal): -13819790 or 7479341. OLE color: 7479341.

HSL color Cylindrical-coordinate representation of color #2D2072: hue angle of 249.51º 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 #2D2072 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4532114-
CMYK0.610.7200.55
HSL249.51º56.16%28.63%-
HSV(B)249.51º71.93%44.71%-
XYZ4.642.8116.22-
YUV45.24166.81127.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.56%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=23.56%
G=16.75%
B=59.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45321140.610.7200.55249.5156.1628.63
Hex2D20723D48037fa381d
Octal5540162751100673727035
Binary1011011000001110010111101100100001101111111101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,32,114); }

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

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

 a { background-color: rgb(45,32,114); }

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

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

 span { border-color: rgb(45,32,114); }

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