#2A1963

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

Shades of Paris M #2A1963

Tints of Paris M #2A1963

Color information

#2A1963 (or 0x2A1963) is unknown color: approx Paris M. HEX triplet: 2A, 19 and 63. RGB value is (42,25,99). Sum of RGB (Red+Green+Blue) = 42+25+99=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A1963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1963 is #D5E69C. Grayscale: #262626. Windows color (decimal): -14018205 or 6494506. OLE color: 6494506.

HSL color Cylindrical-coordinate representation of color #2A1963: hue angle of 253.78º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A1963 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB422599-
CMYK0.580.7500.61
HSL253.78º59.68%24.31%-
HSV(B)253.78º74.75%38.82%-
XYZ3.552.0912.02-
YUV38.52162.13130.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 99 (39.06% from 255) = 59.64%
R=25.30%
G=15.06%
B=59.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4225990.580.7500.61253.7859.6824.31
Hex2A19633A4B03Dfe3c18
Octal5231143721130753767430
Binary101010110011100011111010100101101111011111111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,99); }

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

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

 a { background-color: rgb(42,25,99); }

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

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

 span { border-color: rgb(42,25,99); }

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