#292566

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

Shades of Paris M #292566

Tints of Paris M #292566

Color information

#292566 (or 0x292566) is unknown color: approx Paris M. HEX triplet: 29, 25 and 66. RGB value is (41,37,102). Sum of RGB (Red+Green+Blue) = 41+37+102=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #292566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292566 is #D6DA99. Grayscale: #2D2D2D. Windows color (decimal): -14080666 or 6694185. OLE color: 6694185.

HSL color Cylindrical-coordinate representation of color #292566: hue angle of 243.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #292566 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4137102-
CMYK0.600.6400.6
HSL243.69º46.76%27.25%-
HSV(B)243.69º63.73%40%-
XYZ3.972.7512.89-
YUV45.61159.83124.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 37 (14.84% from 255) = 20.56%
BLUE value IS 102 (40.23% from 255) = 56.67%
R=22.78%
G=20.56%
B=56.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41371020.600.6400.6243.6946.7627.25
Hex2925663C4003Cf42f1b
Octal5145146741000743645733
Binary1010011001011100110111100100000001111001111010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292566; }

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

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

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

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

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

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

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

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