#2B216B

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

Shades of Paris M #2B216B

Tints of Paris M #2B216B

Color information

#2B216B (or 0x2B216B) is unknown color: approx Paris M. HEX triplet: 2B, 21 and 6B. RGB value is (43,33,107). Sum of RGB (Red+Green+Blue) = 43+33+107=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B216B is #D4DE94. Grayscale: #2C2C2C. Windows color (decimal): -13950613 or 7020843. OLE color: 7020843.

HSL color Cylindrical-coordinate representation of color #2B216B: hue angle of 248.11º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B216B is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4333107-
CMYK0.600.6900.58
HSL248.11º52.86%27.45%-
HSV(B)248.11º69.16%41.96%-
XYZ4.192.6614.2-
YUV44.43163.31126.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 107 (42.19% from 255) = 58.47%
R=23.50%
G=18.03%
B=58.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43331070.600.6900.58248.1152.8627.45
Hex2B216B3C4503Af8351b
Octal5341153741050723706533
Binary1010111000011101011111100100010101110101111100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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