#2B216D

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

Shades of Paris M #2B216D

Tints of Paris M #2B216D

Color information

#2B216D (or 0x2B216D) is unknown color: approx Paris M. HEX triplet: 2B, 21 and 6D. RGB value is (43,33,109). Sum of RGB (Red+Green+Blue) = 43+33+109=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B216D is #D4DE92. Grayscale: #2C2C2C. Windows color (decimal): -13950611 or 7151915. OLE color: 7151915.

HSL color Cylindrical-coordinate representation of color #2B216D: hue angle of 247.89º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B216D is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4333109-
CMYK0.610.7000.57
HSL247.89º53.52%27.84%-
HSV(B)247.89º69.72%42.75%-
XYZ4.32.7114.76-
YUV44.65164.31126.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 109 (42.97% from 255) = 58.92%
R=23.24%
G=17.84%
B=58.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43331090.610.7000.57247.8953.5227.84
Hex2B216D3D46039f8361c
Octal5341155751060713706634
Binary1010111000011101101111101100011001110011111100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,33,109); }

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

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

 a { background-color: rgb(43,33,109); }

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

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

 span { border-color: rgb(43,33,109); }

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