#2D1F5D

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

Shades of Paris M #2D1F5D

Tints of Paris M #2D1F5D

Color information

#2D1F5D (or 0x2D1F5D) is unknown color: approx Paris M. HEX triplet: 2D, 1F and 5D. RGB value is (45,31,93). Sum of RGB (Red+Green+Blue) = 45+31+93=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D1F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1F5D is #D2E0A2. Grayscale: #2A2A2A. Windows color (decimal): -13820067 or 6102829. OLE color: 6102829.

HSL color Cylindrical-coordinate representation of color #2D1F5D: hue angle of 253.55º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D1F5D is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB453193-
CMYK0.520.6700.64
HSL253.55º50%24.31%-
HSV(B)253.55º66.67%36.47%-
XYZ3.552.3310.62-
YUV42.25156.64129.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.63%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=26.63%
G=18.34%
B=55.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4531930.520.6700.64253.555024.31
Hex2D1F5D3443040fe3218
Octal55371356410301003766230
Binary1011011111110111011101001000011010000001111111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,31,93); }

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

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

 a { background-color: rgb(45,31,93); }

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

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

 span { border-color: rgb(45,31,93); }

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