#292666

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

Shades of Paris M #292666

Tints of Paris M #292666

Color information

#292666 (or 0x292666) is unknown color: approx Paris M. HEX triplet: 29, 26 and 66. RGB value is (41,38,102). Sum of RGB (Red+Green+Blue) = 41+38+102=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #292666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292666 is #D6D999. Grayscale: #2D2D2D. Windows color (decimal): -14080410 or 6694441. OLE color: 6694441.

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

Color convert

RGB4138102-
CMYK0.600.6300.6
HSL242.81º45.71%27.45%-
HSV(B)242.81º62.75%40%-
XYZ4.012.8212.9-
YUV46.19159.49124.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 102 (40.23% from 255) = 56.35%
R=22.65%
G=20.99%
B=56.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41381020.600.6300.6242.8145.7127.45
Hex2926663C3F03Cf32e1b
Octal514614674770743635633
Binary101001100110110011011110011111101111001111001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292666; }

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

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

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

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

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

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

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

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