#2C2166

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

Shades of Paris M #2C2166

Tints of Paris M #2C2166

Color information

#2C2166 (or 0x2C2166) is unknown color: approx Paris M. HEX triplet: 2C, 21 and 66. RGB value is (44,33,102). Sum of RGB (Red+Green+Blue) = 44+33+102=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C2166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2166 is #D3DE99. Grayscale: #2B2B2B. Windows color (decimal): -13885082 or 6693164. OLE color: 6693164.

HSL color Cylindrical-coordinate representation of color #2C2166: hue angle of 249.57º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C2166 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4433102-
CMYK0.570.6800.6
HSL249.57º51.11%26.47%-
HSV(B)249.57º67.65%40%-
XYZ3.982.5812.86-
YUV44.16160.64127.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 102 (40.23% from 255) = 56.98%
R=24.58%
G=18.44%
B=56.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44331020.570.6800.6249.5751.1126.47
Hex2C2166394403Cfa331a
Octal5441146711040743726332
Binary1011001000011100110111001100010001111001111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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