#2A1A61

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

Shades of Paris M #2A1A61

Tints of Paris M #2A1A61

Color information

#2A1A61 (or 0x2A1A61) is unknown color: approx Paris M. HEX triplet: 2A, 1A and 61. RGB value is (42,26,97). Sum of RGB (Red+Green+Blue) = 42+26+97=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A1A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1A61 is #D5E59E. Grayscale: #262626. Windows color (decimal): -14017951 or 6363690. OLE color: 6363690.

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

Color convert

RGB422697-
CMYK0.570.7300.62
HSL253.52º57.72%24.12%-
HSV(B)253.52º73.2%38.04%-
XYZ3.482.0911.53-
YUV38.88160.8130.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.45%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=25.45%
G=15.76%
B=58.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4226970.570.7300.62253.5257.7224.12
Hex2A1A61394903Efe3a18
Octal5232141711110763767230
Binary101010110101100001111001100100101111101111111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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