#2C226E

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

Shades of Paris M #2C226E

Tints of Paris M #2C226E

Color information

#2C226E (or 0x2C226E) is unknown color: approx Paris M. HEX triplet: 2C, 22 and 6E. RGB value is (44,34,110). Sum of RGB (Red+Green+Blue) = 44+34+110=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C226E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C226E is #D3DD91. Grayscale: #2D2D2D. Windows color (decimal): -13884818 or 7217708. OLE color: 7217708.

HSL color Cylindrical-coordinate representation of color #2C226E: hue angle of 247.89º degrees, saturation: 0.53, 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 #2C226E is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4434110-
CMYK0.60.6900.57
HSL247.89º52.78%28.24%-
HSV(B)247.89º69.09%43.14%-
XYZ4.432.8115.06-
YUV45.65164.31126.82-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.40%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 110 (43.36% from 255) = 58.51%
R=23.40%
G=18.09%
B=58.51%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44341100.60.6900.57247.8952.7828.24
Hex2C226E3C45039f8351c
Octal5442156741050713706534
Binary1011001000101101110111100100010101110011111100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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