#2A216B

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

Shades of Paris M #2A216B

Tints of Paris M #2A216B

Color information

#2A216B (or 0x2A216B) is unknown color: approx Paris M. HEX triplet: 2A, 21 and 6B. RGB value is (42,33,107). Sum of RGB (Red+Green+Blue) = 42+33+107=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A216B is #D5DE94. Grayscale: #2B2B2B. Windows color (decimal): -14016149 or 7020842. OLE color: 7020842.

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

Color convert

RGB4233107-
CMYK0.610.6900.58
HSL247.3º52.86%27.45%-
HSV(B)247.3º69.16%41.96%-
XYZ4.152.6414.2-
YUV44.13163.48126.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.08%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 107 (42.19% from 255) = 58.79%
R=23.08%
G=18.13%
B=58.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42331070.610.6900.58247.352.8627.45
Hex2A216B3D4503Af7351b
Octal5241153751050723676533
Binary1010101000011101011111101100010101110101111011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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