#292562

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

Shades of Paris M #292562

Tints of Paris M #292562

Color information

#292562 (or 0x292562) is unknown color: approx Paris M. HEX triplet: 29, 25 and 62. RGB value is (41,37,98). Sum of RGB (Red+Green+Blue) = 41+37+98=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #292562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292562 is #D6DA9D. Grayscale: #2C2C2C. Windows color (decimal): -14080670 or 6432041. OLE color: 6432041.

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

Color convert

RGB413798-
CMYK0.580.6200.62
HSL243.93º45.19%26.47%-
HSV(B)243.93º62.24%38.43%-
XYZ3.782.6811.87-
YUV45.15157.83125.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=23.30%
G=21.02%
B=55.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4137980.580.6200.62243.9345.1926.47
Hex2925623A3E03Ef42d1a
Octal514514272760763645532
Binary101001100101110001011101011111001111101111010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292562; }

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

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

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

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

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

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

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

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