#2D2375

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

Shades of Paris M #2D2375

Tints of Paris M #2D2375

Color information

#2D2375 (or 0x2D2375) is unknown color: approx Paris M. HEX triplet: 2D, 23 and 75. RGB value is (45,35,117). Sum of RGB (Red+Green+Blue) = 45+35+117=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D2375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2375 is #D2DC8A. Grayscale: #2F2F2F. Windows color (decimal): -13819019 or 7676717. OLE color: 7676717.

HSL color Cylindrical-coordinate representation of color #2D2375: hue angle of 247.32º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2375 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4535117-
CMYK0.620.7000.54
HSL247.32º53.95%29.8%-
HSV(B)247.32º70.09%45.88%-
XYZ4.893.0417.16-
YUV47.34167.31126.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.84%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=22.84%
G=17.77%
B=59.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45351170.620.7000.54247.3253.9529.8
Hex2D23753E46036f7361e
Octal5543165761060663676636
Binary1011011000111110101111110100011001101101111011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,117); }

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

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

 a { background-color: rgb(45,35,117); }

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

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

 span { border-color: rgb(45,35,117); }

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