#292862

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

Shades of Paris M #292862

Tints of Paris M #292862

Color information

#292862 (or 0x292862) is unknown color: approx Paris M. HEX triplet: 29, 28 and 62. RGB value is (41,40,98). Sum of RGB (Red+Green+Blue) = 41+40+98=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #292862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292862 is #D6D79D. Grayscale: #2E2E2E. Windows color (decimal): -14079902 or 6432809. OLE color: 6432809.

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

Color convert

RGB414098-
CMYK0.580.5900.62
HSL241.03º42.03%27.06%-
HSV(B)241.03º59.18%38.43%-
XYZ3.882.8711.91-
YUV46.91156.83123.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=22.91%
G=22.35%
B=54.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4140980.580.5900.62241.0342.0327.06
Hex2928623A3B03Ef12a1b
Octal515014272730763615233
Binary101001101000110001011101011101101111101111000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292862; }

 p { color: rgb(41,40,98); }

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

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

 a { background-color: rgb(41,40,98); }

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

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

 span { border-color: rgb(41,40,98); }

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