#2C205F

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

Shades of Paris M #2C205F

Tints of Paris M #2C205F

Color information

#2C205F (or 0x2C205F) is unknown color: approx Paris M. HEX triplet: 2C, 20 and 5F. RGB value is (44,32,95). Sum of RGB (Red+Green+Blue) = 44+32+95=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C205F is #D3DFA0. Grayscale: #2A2A2A. Windows color (decimal): -13885345 or 6234156. OLE color: 6234156.

HSL color Cylindrical-coordinate representation of color #2C205F: hue angle of 251.43º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C205F is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB443295-
CMYK0.540.6600.63
HSL251.43º49.61%24.9%-
HSV(B)251.43º66.32%37.25%-
XYZ3.622.3911.1-
YUV42.77157.48128.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.73%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=25.73%
G=18.71%
B=55.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4432950.540.6600.63251.4349.6124.9
Hex2C205F364203Ffb3219
Octal5440137661020773736231
Binary1011001000001011111110110100001001111111111101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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