#2A2071

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

Shades of Paris M #2A2071

Tints of Paris M #2A2071

Color information

#2A2071 (or 0x2A2071) is unknown color: approx Paris M. HEX triplet: 2A, 20 and 71. RGB value is (42,32,113). Sum of RGB (Red+Green+Blue) = 42+32+113=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A2071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2071 is #D5DF8E. Grayscale: #2B2B2B. Windows color (decimal): -14016399 or 7413802. OLE color: 7413802.

HSL color Cylindrical-coordinate representation of color #2A2071: hue angle of 247.41º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A2071 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4232113-
CMYK0.630.7200.56
HSL247.41º55.86%28.43%-
HSV(B)247.41º71.68%44.31%-
XYZ4.452.7215.91-
YUV44.22166.81126.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 113 (44.53% from 255) = 60.43%
R=22.46%
G=17.11%
B=60.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42321130.630.7200.56247.4155.8628.43
Hex2A20713F48038f7381c
Octal5240161771100703677034
Binary1010101000001110001111111100100001110001111011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,32,113); }

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

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

 a { background-color: rgb(42,32,113); }

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

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

 span { border-color: rgb(42,32,113); }

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