#2D215D

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

Shades of Paris M #2D215D

Tints of Paris M #2D215D

Color information

#2D215D (or 0x2D215D) is unknown color: approx Paris M. HEX triplet: 2D, 21 and 5D. RGB value is (45,33,93). Sum of RGB (Red+Green+Blue) = 45+33+93=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D215D is #D2DEA2. Grayscale: #2B2B2B. Windows color (decimal): -13819555 or 6103341. OLE color: 6103341.

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

Color convert

RGB453393-
CMYK0.520.6500.64
HSL252º47.62%24.71%-
HSV(B)252º64.52%36.47%-
XYZ3.62.4410.64-
YUV43.43155.98129.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.32%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=26.32%
G=19.30%
B=54.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4533930.520.6500.6425247.6224.71
Hex2D215D3441040fc3019
Octal55411356410101003746031
Binary10110110000110111011101001000001010000001111110011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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