#2D2172

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

Shades of Paris M #2D2172

Tints of Paris M #2D2172

Color information

#2D2172 (or 0x2D2172) is unknown color: approx Paris M. HEX triplet: 2D, 21 and 72. RGB value is (45,33,114). Sum of RGB (Red+Green+Blue) = 45+33+114=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 33 (13.28% from 255 or 17.19% 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 #2D2172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2172 is #D2DE8D. Grayscale: #2D2D2D. Windows color (decimal): -13819534 or 7479597. OLE color: 7479597.

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

Color convert

RGB4533114-
CMYK0.610.7100.55
HSL248.89º55.1%28.82%-
HSV(B)248.89º71.05%44.71%-
XYZ4.662.8616.23-
YUV45.82166.48127.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.44%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=23.44%
G=17.19%
B=59.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45331140.610.7100.55248.8955.128.82
Hex2D21723D47037f9371d
Octal5541162751070673716735
Binary1011011000011110010111101100011101101111111100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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