#2D2059

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

Shades of Paris M #2D2059

Tints of Paris M #2D2059

Color information

#2D2059 (or 0x2D2059) is unknown color: approx Paris M. HEX triplet: 2D, 20 and 59. RGB value is (45,32,89). Sum of RGB (Red+Green+Blue) = 45+32+89=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D2059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2059 is #D2DFA6. Grayscale: #2A2A2A. Windows color (decimal): -13819815 or 5840941. OLE color: 5840941.

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

Color convert

RGB453289-
CMYK0.490.6400.65
HSL253.68º47.11%23.73%-
HSV(B)253.68º64.04%34.9%-
XYZ3.42.319.72-
YUV42.38154.31129.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.11%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=27.11%
G=19.28%
B=53.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4532890.490.6400.65253.6847.1123.73
Hex2D20593140041fe2f18
Octal55401316110001013765730
Binary10110110000010110011100011000000010000011111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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