#291966

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

Shades of Paris M #291966

Tints of Paris M #291966

Color information

#291966 (or 0x291966) is unknown color: approx Paris M. HEX triplet: 29, 19 and 66. RGB value is (41,25,102). Sum of RGB (Red+Green+Blue) = 41+25+102=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #291966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291966 is #D6E699. Grayscale: #262626. Windows color (decimal): -14083738 or 6691113. OLE color: 6691113.

HSL color Cylindrical-coordinate representation of color #291966: hue angle of 252.47º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291966 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4125102-
CMYK0.600.7500.6
HSL252.47º60.63%24.9%-
HSV(B)252.47º75.49%40%-
XYZ3.662.1312.79-
YUV38.56163.8129.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=24.40%
G=14.88%
B=60.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41251020.600.7500.6252.4760.6324.9
Hex2919663C4B03Cfc3d19
Octal5131146741130743747531
Binary101001110011100110111100100101101111001111110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291966; }

 p { color: rgb(41,25,102); }

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

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

 a { background-color: rgb(41,25,102); }

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

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

 span { border-color: rgb(41,25,102); }

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