#292266

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

Shades of Paris M #292266

Tints of Paris M #292266

Color information

#292266 (or 0x292266) is unknown color: approx Paris M. HEX triplet: 29, 22 and 66. RGB value is (41,34,102). Sum of RGB (Red+Green+Blue) = 41+34+102=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #292266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292266 is #D6DD99. Grayscale: #2B2B2B. Windows color (decimal): -14081434 or 6693417. OLE color: 6693417.

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

Color convert

RGB4134102-
CMYK0.600.6700.6
HSL246.18º50%26.67%-
HSV(B)246.18º66.67%40%-
XYZ3.882.5712.86-
YUV43.84160.82125.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 102 (40.23% from 255) = 57.63%
R=23.16%
G=19.21%
B=57.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41341020.600.6700.6246.185026.67
Hex2922663C4303Cf6321b
Octal5142146741030743666233
Binary1010011000101100110111100100001101111001111011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292266; }

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

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

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

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

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

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

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

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