#292161

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

Shades of Paris M #292161

Tints of Paris M #292161

Color information

#292161 (or 0x292161) is unknown color: approx Paris M. HEX triplet: 29, 21 and 61. RGB value is (41,33,97). Sum of RGB (Red+Green+Blue) = 41+33+97=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #292161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292161 is #D6DE9E. Grayscale: #2A2A2A. Windows color (decimal): -14081695 or 6365481. OLE color: 6365481.

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

Color convert

RGB413397-
CMYK0.580.6600.62
HSL247.5º49.23%25.49%-
HSV(B)247.5º65.98%38.04%-
XYZ3.622.4211.59-
YUV42.69158.65126.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=23.98%
G=19.30%
B=56.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4133970.580.6600.62247.549.2325.49
Hex2921613A4203Ef83119
Octal5141141721020763706131
Binary1010011000011100001111010100001001111101111100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292161; }

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

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

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

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

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

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

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

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