#2C215E

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

Shades of Paris M #2C215E

Tints of Paris M #2C215E

Color information

#2C215E (or 0x2C215E) is unknown color: approx Paris M. HEX triplet: 2C, 21 and 5E. RGB value is (44,33,94). Sum of RGB (Red+Green+Blue) = 44+33+94=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C215E is #D3DEA1. Grayscale: #2B2B2B. Windows color (decimal): -13885090 or 6168876. OLE color: 6168876.

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

Color convert

RGB443394-
CMYK0.530.6500.63
HSL250.82º48.03%24.9%-
HSV(B)250.82º64.89%36.86%-
XYZ3.62.4310.87-
YUV43.24156.64128.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.73%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=25.73%
G=19.30%
B=54.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4433940.530.6500.63250.8248.0324.9
Hex2C215E354103Ffb3019
Octal5441136651010773736031
Binary1011001000011011110110101100000101111111111101111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,94); }

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

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

 a { background-color: rgb(44,33,94); }

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

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

 span { border-color: rgb(44,33,94); }

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