#292169

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

Shades of Paris M #292169

Tints of Paris M #292169

Color information

#292169 (or 0x292169) is unknown color: approx Paris M. HEX triplet: 29, 21 and 69. RGB value is (41,33,105). Sum of RGB (Red+Green+Blue) = 41+33+105=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #292169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292169 is #D6DE96. Grayscale: #2B2B2B. Windows color (decimal): -14081687 or 6889769. OLE color: 6889769.

HSL color Cylindrical-coordinate representation of color #292169: hue angle of 246.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #292169 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4133105-
CMYK0.610.6900.59
HSL246.67º52.17%27.06%-
HSV(B)246.67º68.57%41.18%-
XYZ4.012.5813.65-
YUV43.6162.65126.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 105 (41.41% from 255) = 58.66%
R=22.91%
G=18.44%
B=58.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41331050.610.6900.59246.6752.1727.06
Hex2921693D4503Bf7341b
Octal5141151751050733676433
Binary1010011000011101001111101100010101110111111011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292169; }

 p { color: rgb(41,33,105); }

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

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

 a { background-color: rgb(41,33,105); }

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

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

 span { border-color: rgb(41,33,105); }

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