#2C226D

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

Shades of Paris M #2C226D

Tints of Paris M #2C226D

Color information

#2C226D (or 0x2C226D) is unknown color: approx Paris M. HEX triplet: 2C, 22 and 6D. RGB value is (44,34,109). Sum of RGB (Red+Green+Blue) = 44+34+109=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C226D is #D3DD92. Grayscale: #2D2D2D. Windows color (decimal): -13884819 or 7152172. OLE color: 7152172.

HSL color Cylindrical-coordinate representation of color #2C226D: hue angle of 248º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C226D is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4434109-
CMYK0.600.6900.57
HSL248º52.45%28.04%-
HSV(B)248º68.81%42.75%-
XYZ4.372.7814.77-
YUV45.54163.81126.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.53%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 109 (42.97% from 255) = 58.29%
R=23.53%
G=18.18%
B=58.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44341090.600.6900.5724852.4528.04
Hex2C226D3C45039f8341c
Octal5442155741050713706434
Binary1011001000101101101111100100010101110011111100011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,34,109); }

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

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

 a { background-color: rgb(44,34,109); }

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

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

 span { border-color: rgb(44,34,109); }

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