#292061

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

Shades of Paris M #292061

Tints of Paris M #292061

Color information

#292061 (or 0x292061) is unknown color: approx Paris M. HEX triplet: 29, 20 and 61. RGB value is (41,32,97). Sum of RGB (Red+Green+Blue) = 41+32+97=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #292061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292061 is #D6DF9E. Grayscale: #292929. Windows color (decimal): -14081951 or 6365225. OLE color: 6365225.

HSL color Cylindrical-coordinate representation of color #292061: hue angle of 248.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #292061 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB413297-
CMYK0.580.6700.62
HSL248.31º50.39%25.29%-
HSV(B)248.31º67.01%38.04%-
XYZ3.592.3711.58-
YUV42.1158.98127.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=24.12%
G=18.82%
B=57.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4132970.580.6700.62248.3150.3925.29
Hex2920613A4303Ef83219
Octal5140141721030763706231
Binary1010011000001100001111010100001101111101111100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292061; }

 p { color: rgb(41,32,97); }

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

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

 a { background-color: rgb(41,32,97); }

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

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

 span { border-color: rgb(41,32,97); }

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