#2C2059

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

Shades of Paris M #2C2059

Tints of Paris M #2C2059

Color information

#2C2059 (or 0x2C2059) is unknown color: approx Paris M. HEX triplet: 2C, 20 and 59. RGB value is (44,32,89). Sum of RGB (Red+Green+Blue) = 44+32+89=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C2059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2059 is #D3DFA6. Grayscale: #292929. Windows color (decimal): -13885351 or 5840940. OLE color: 5840940.

HSL color Cylindrical-coordinate representation of color #2C2059: hue angle of 252.63º 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 #2C2059 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB443289-
CMYK0.510.6400.65
HSL252.63º47.11%23.73%-
HSV(B)252.63º64.04%34.9%-
XYZ3.362.299.72-
YUV42.09154.48129.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.67%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 89 (35.16% from 255) = 53.94%
R=26.67%
G=19.39%
B=53.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4432890.510.6400.65252.6347.1123.73
Hex2C20593340041fd2f18
Octal54401316310001013755730
Binary10110010000010110011100111000000010000011111110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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