#2A1D61

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

Shades of Paris M #2A1D61

Tints of Paris M #2A1D61

Color information

#2A1D61 (or 0x2A1D61) is unknown color: approx Paris M. HEX triplet: 2A, 1D and 61. RGB value is (42,29,97). Sum of RGB (Red+Green+Blue) = 42+29+97=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A1D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1D61 is #D5E29E. Grayscale: #282828. Windows color (decimal): -14017183 or 6364458. OLE color: 6364458.

HSL color Cylindrical-coordinate representation of color #2A1D61: hue angle of 251.47º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A1D61 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB422997-
CMYK0.570.7000.62
HSL251.47º53.97%24.71%-
HSV(B)251.47º70.1%38.04%-
XYZ3.552.2311.55-
YUV40.64159.81128.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 97 (38.28% from 255) = 57.74%
R=25%
G=17.26%
B=57.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4229970.570.7000.62251.4753.9724.71
Hex2A1D61394603Efb3619
Octal5235141711060763736631
Binary101010111011100001111001100011001111101111101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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