#2A1E72

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

Shades of Paris M #2A1E72

Tints of Paris M #2A1E72

Color information

#2A1E72 (or 0x2A1E72) is unknown color: approx Paris M. HEX triplet: 2A, 1E and 72. RGB value is (42,30,114). Sum of RGB (Red+Green+Blue) = 42+30+114=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A1E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1E72 is #D5E18D. Grayscale: #2A2A2A. Windows color (decimal): -14016910 or 7478826. OLE color: 7478826.

HSL color Cylindrical-coordinate representation of color #2A1E72: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A1E72 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4230114-
CMYK0.630.7400.55
HSL248.57º58.33%28.24%-
HSV(B)248.57º73.68%44.71%-
XYZ4.462.6416.19-
YUV43.16167.98127.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 30 (12.11% from 255) = 16.13%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=22.58%
G=16.13%
B=61.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42301140.630.7400.55248.5758.3328.24
Hex2A1E723F4A037f93a1c
Octal5236162771120673717234
Binary101010111101110010111111100101001101111111100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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