#2C2160

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

Shades of Paris M #2C2160

Tints of Paris M #2C2160

Color information

#2C2160 (or 0x2C2160) is unknown color: approx Paris M. HEX triplet: 2C, 21 and 60. RGB value is (44,33,96). Sum of RGB (Red+Green+Blue) = 44+33+96=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #2C2160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2160 is #D3DE9F. Grayscale: #2B2B2B. Windows color (decimal): -13885088 or 6299948. OLE color: 6299948.

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

Color convert

RGB443396-
CMYK0.540.6600.62
HSL250.48º48.84%25.29%-
HSV(B)250.48º65.62%37.65%-
XYZ3.692.4711.35-
YUV43.47157.64128.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.43%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=25.43%
G=19.08%
B=55.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4433960.540.6600.62250.4848.8425.29
Hex2C2160364203Efa3119
Octal5441140661020763726131
Binary1011001000011100000110110100001001111101111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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