#291859

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

Shades of Paris M #291859

Tints of Paris M #291859

Color information

#291859 (or 0x291859) is unknown color: approx Paris M. HEX triplet: 29, 18 and 59. RGB value is (41,24,89). Sum of RGB (Red+Green+Blue) = 41+24+89=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #291859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291859 is #D6E7A6. Grayscale: #242424. Windows color (decimal): -14084007 or 5838889. OLE color: 5838889.

HSL color Cylindrical-coordinate representation of color #291859: hue angle of 255.69º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291859 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB412489-
CMYK0.540.7300.65
HSL255.69º57.52%22.16%-
HSV(B)255.69º73.03%34.9%-
XYZ3.041.859.65-
YUV36.49157.63131.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=26.62%
G=15.58%
B=57.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4124890.540.7300.65255.6957.5222.16
Hex29185936490411003a16
Octal51301316611101014007226
Binary10100111000101100111011010010010100000110000000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291859; }

 p { color: rgb(41,24,89); }

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

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

 a { background-color: rgb(41,24,89); }

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

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

 span { border-color: rgb(41,24,89); }

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