#2B216E

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

Shades of Paris M #2B216E

Tints of Paris M #2B216E

Color information

#2B216E (or 0x2B216E) is unknown color: approx Paris M. HEX triplet: 2B, 21 and 6E. RGB value is (43,33,110). Sum of RGB (Red+Green+Blue) = 43+33+110=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B216E is #D4DE91. Grayscale: #2C2C2C. Windows color (decimal): -13950610 or 7217451. OLE color: 7217451.

HSL color Cylindrical-coordinate representation of color #2B216E: hue angle of 247.79º 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 #2B216E is Cyan = 0.61, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4333110-
CMYK0.610.700.57
HSL247.79º53.85%28.04%-
HSV(B)247.79º70%43.14%-
XYZ4.352.7315.05-
YUV44.77164.81126.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 110 (43.36% from 255) = 59.14%
R=23.12%
G=17.74%
B=59.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43331100.610.700.57247.7953.8528.04
Hex2B216E3D46039f8361c
Octal5341156751060713706634
Binary1010111000011101110111101100011001110011111100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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