#2C205A

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

Shades of Paris M #2C205A

Tints of Paris M #2C205A

Color information

#2C205A (or 0x2C205A) is unknown color: approx Paris M. HEX triplet: 2C, 20 and 5A. RGB value is (44,32,90). Sum of RGB (Red+Green+Blue) = 44+32+90=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C205A is #D3DFA5. Grayscale: #292929. Windows color (decimal): -13885350 or 5906476. OLE color: 5906476.

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

Color convert

RGB443290-
CMYK0.510.6400.65
HSL252.41º47.54%23.92%-
HSV(B)252.41º64.44%35.29%-
XYZ3.42.319.94-
YUV42.2154.98129.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.51%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=26.51%
G=19.28%
B=54.22%

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
Decimal4432900.510.6400.65252.4147.5423.92
Hex2C205A3340041fc3018
Octal54401326310001013746030
Binary10110010000010110101100111000000010000011111110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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