#2A2061

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

Shades of Paris M #2A2061

Tints of Paris M #2A2061

Color information

#2A2061 (or 0x2A2061) is unknown color: approx Paris M. HEX triplet: 2A, 20 and 61. RGB value is (42,32,97). Sum of RGB (Red+Green+Blue) = 42+32+97=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A2061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2061 is #D5DF9E. Grayscale: #2A2A2A. Windows color (decimal): -14016415 or 6365226. OLE color: 6365226.

HSL color Cylindrical-coordinate representation of color #2A2061: hue angle of 249.23º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A2061 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB423297-
CMYK0.570.6700.62
HSL249.23º50.39%25.29%-
HSV(B)249.23º67.01%38.04%-
XYZ3.632.3911.58-
YUV42.4158.81127.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.56%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=24.56%
G=18.71%
B=56.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4232970.570.6700.62249.2350.3925.29
Hex2A2061394303Ef93219
Octal5240141711030763716231
Binary1010101000001100001111001100001101111101111100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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