#2D1E6D

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

Shades of Paris M #2D1E6D

Tints of Paris M #2D1E6D

Color information

#2D1E6D (or 0x2D1E6D) is unknown color: approx Paris M. HEX triplet: 2D, 1E and 6D. RGB value is (45,30,109). Sum of RGB (Red+Green+Blue) = 45+30+109=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D1E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1E6D is #D2E192. Grayscale: #2B2B2B. Windows color (decimal): -13820307 or 7151149. OLE color: 7151149.

HSL color Cylindrical-coordinate representation of color #2D1E6D: hue angle of 251.39º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D1E6D is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4530109-
CMYK0.590.7200.57
HSL251.39º56.83%27.25%-
HSV(B)251.39º72.48%42.75%-
XYZ4.312.5914.74-
YUV43.49164.97129.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.46%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 109 (42.97% from 255) = 59.24%
R=24.46%
G=16.30%
B=59.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45301090.590.7200.57251.3956.8327.25
Hex2D1E6D3B48039fb391b
Octal5536155731100713737133
Binary101101111101101101111011100100001110011111101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,30,109); }

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

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

 a { background-color: rgb(45,30,109); }

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

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

 span { border-color: rgb(45,30,109); }

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