#2D205C

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

Shades of Paris M #2D205C

Tints of Paris M #2D205C

Color information

#2D205C (or 0x2D205C) is unknown color: approx Paris M. HEX triplet: 2D, 20 and 5C. RGB value is (45,32,92). Sum of RGB (Red+Green+Blue) = 45+32+92=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D205C is #D2DFA3. Grayscale: #2A2A2A. Windows color (decimal): -13819812 or 6037549. OLE color: 6037549.

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

Color convert

RGB453292-
CMYK0.510.6500.64
HSL253º48.39%24.31%-
HSV(B)253º65.22%36.08%-
XYZ3.532.3610.4-
YUV42.73155.81129.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.63%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=26.63%
G=18.93%
B=54.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4532920.510.6500.6425348.3924.31
Hex2D205C3341040fd3018
Octal55401346310101003756030
Binary10110110000010111001100111000001010000001111110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,32,92); }

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

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

 a { background-color: rgb(45,32,92); }

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

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

 span { border-color: rgb(45,32,92); }

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