#292569

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

Shades of Paris M #292569

Tints of Paris M #292569

Color information

#292569 (or 0x292569) is unknown color: approx Paris M. HEX triplet: 29, 25 and 69. RGB value is (41,37,105). Sum of RGB (Red+Green+Blue) = 41+37+105=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #292569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292569 is #D6DA96. Grayscale: #2D2D2D. Windows color (decimal): -14080663 or 6890793. OLE color: 6890793.

HSL color Cylindrical-coordinate representation of color #292569: hue angle of 243.53º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #292569 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4137105-
CMYK0.610.6500.59
HSL243.53º47.89%27.84%-
HSV(B)243.53º64.76%41.18%-
XYZ4.132.8113.69-
YUV45.95161.33124.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=22.40%
G=20.22%
B=57.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41371050.610.6500.59243.5347.8927.84
Hex2925693D4103Bf4301c
Octal5145151751010733646034
Binary1010011001011101001111101100000101110111111010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292569; }

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

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

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

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

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

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

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

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