#2A2962

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

Shades of Paris M #2A2962

Tints of Paris M #2A2962

Color information

#2A2962 (or 0x2A2962) is unknown color: approx Paris M. HEX triplet: 2A, 29 and 62. RGB value is (42,41,98). Sum of RGB (Red+Green+Blue) = 42+41+98=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A2962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2962 is #D5D69D. Grayscale: #2F2F2F. Windows color (decimal): -14014110 or 6433066. OLE color: 6433066.

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

Color convert

RGB424198-
CMYK0.570.5800.62
HSL241.05º41.01%27.25%-
HSV(B)241.05º58.16%38.43%-
XYZ3.952.9611.92-
YUV47.8156.33123.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=23.20%
G=22.65%
B=54.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4241980.570.5800.62241.0541.0127.25
Hex2A2962393A03Ef1291b
Octal525114271720763615133
Binary101010101001110001011100111101001111101111000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,41,98); }

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

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

 a { background-color: rgb(42,41,98); }

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

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

 span { border-color: rgb(42,41,98); }

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