#2C2069

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

Shades of Paris M #2C2069

Tints of Paris M #2C2069

Color information

#2C2069 (or 0x2C2069) is unknown color: approx Paris M. HEX triplet: 2C, 20 and 69. RGB value is (44,32,105). Sum of RGB (Red+Green+Blue) = 44+32+105=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C2069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2069 is #D3DF96. Grayscale: #2B2B2B. Windows color (decimal): -13885335 or 6889516. OLE color: 6889516.

HSL color Cylindrical-coordinate representation of color #2C2069: hue angle of 249.86º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C2069 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4432105-
CMYK0.580.7000.59
HSL249.86º53.28%26.86%-
HSV(B)249.86º69.52%41.18%-
XYZ4.112.5913.65-
YUV43.91162.48128.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.31%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=24.31%
G=17.68%
B=58.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44321050.580.7000.59249.8653.2826.86
Hex2C20693A4603Bfa351b
Octal5440151721060733726533
Binary1011001000001101001111010100011001110111111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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