#2A1969

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

Shades of Paris M #2A1969

Tints of Paris M #2A1969

Color information

#2A1969 (or 0x2A1969) is unknown color: approx Paris M. HEX triplet: 2A, 19 and 69. RGB value is (42,25,105). Sum of RGB (Red+Green+Blue) = 42+25+105=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A1969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1969 is #D5E696. Grayscale: #262626. Windows color (decimal): -14018199 or 6887722. OLE color: 6887722.

HSL color Cylindrical-coordinate representation of color #2A1969: hue angle of 252.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1969 is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4225105-
CMYK0.60.7600.59
HSL252.75º61.54%25.49%-
HSV(B)252.75º76.19%41.18%-
XYZ3.852.2113.59-
YUV39.2165.13130-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=24.42%
G=14.53%
B=61.05%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42251050.60.7600.59252.7561.5425.49
Hex2A19693C4C03Bfd3e19
Octal5231151741140733757631
Binary101010110011101001111100100110001110111111110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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