#2A205D

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

Shades of Paris M #2A205D

Tints of Paris M #2A205D

Color information

#2A205D (or 0x2A205D) is unknown color: approx Paris M. HEX triplet: 2A, 20 and 5D. RGB value is (42,32,93). Sum of RGB (Red+Green+Blue) = 42+32+93=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A205D is #D5DFA2. Grayscale: #292929. Windows color (decimal): -14016419 or 6103082. OLE color: 6103082.

HSL color Cylindrical-coordinate representation of color #2A205D: hue angle of 249.84º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A205D is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB423293-
CMYK0.550.6600.64
HSL249.84º48.8%24.51%-
HSV(B)249.84º65.59%36.47%-
XYZ3.452.3210.62-
YUV41.94156.81128.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=25.15%
G=19.16%
B=55.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4232930.550.6600.64249.8448.824.51
Hex2A205D3742040fa3119
Octal52401356710201003726131
Binary10101010000010111011101111000010010000001111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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