#2D2371

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

Shades of Paris M #2D2371

Tints of Paris M #2D2371

Color information

#2D2371 (or 0x2D2371) is unknown color: approx Paris M. HEX triplet: 2D, 23 and 71. RGB value is (45,35,113). Sum of RGB (Red+Green+Blue) = 45+35+113=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D2371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2371 is #D2DC8E. Grayscale: #2E2E2E. Windows color (decimal): -13819023 or 7414573. OLE color: 7414573.

HSL color Cylindrical-coordinate representation of color #2D2371: hue angle of 247.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D2371 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4535113-
CMYK0.600.6900.56
HSL247.69º52.7%29.02%-
HSV(B)247.69º69.03%44.31%-
XYZ4.662.9515.95-
YUV46.88165.31126.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 113 (44.53% from 255) = 58.55%
R=23.32%
G=18.13%
B=58.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45351130.600.6900.56247.6952.729.02
Hex2D23713C45038f8351d
Octal5543161741050703706535
Binary1011011000111110001111100100010101110001111100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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