#2A1E6D

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

Shades of Paris M #2A1E6D

Tints of Paris M #2A1E6D

Color information

#2A1E6D (or 0x2A1E6D) is unknown color: approx Paris M. HEX triplet: 2A, 1E and 6D. RGB value is (42,30,109). Sum of RGB (Red+Green+Blue) = 42+30+109=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A1E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1E6D is #D5E192. Grayscale: #2A2A2A. Windows color (decimal): -14016915 or 7151146. OLE color: 7151146.

HSL color Cylindrical-coordinate representation of color #2A1E6D: hue angle of 249.11º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A1E6D is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4230109-
CMYK0.610.7200.57
HSL249.11º56.83%27.25%-
HSV(B)249.11º72.48%42.75%-
XYZ4.182.5214.74-
YUV42.59165.48127.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 109 (42.97% from 255) = 60.22%
R=23.20%
G=16.57%
B=60.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42301090.610.7200.57249.1156.8327.25
Hex2A1E6D3D48039f9391b
Octal5236155751100713717133
Binary101010111101101101111101100100001110011111100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,30,109); }

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

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

 a { background-color: rgb(42,30,109); }

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

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

 span { border-color: rgb(42,30,109); }

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