#29185A

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

Shades of Paris M #29185A

Tints of Paris M #29185A

Color information

#29185A (or 0x29185A) is unknown color: approx Paris M. HEX triplet: 29, 18 and 5A. RGB value is (41,24,90). Sum of RGB (Red+Green+Blue) = 41+24+90=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #29185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29185A is #D6E7A5. Grayscale: #242424. Windows color (decimal): -14084006 or 5904425. OLE color: 5904425.

HSL color Cylindrical-coordinate representation of color #29185A: hue angle of 255.45º 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 #29185A is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB412490-
CMYK0.540.7300.65
HSL255.45º57.89%22.35%-
HSV(B)255.45º73.33%35.29%-
XYZ3.091.869.87-
YUV36.61158.13131.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=26.45%
G=15.48%
B=58.06%

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
Decimal4124900.540.7300.65255.4557.8922.35
Hex29185A3649041ff3a16
Octal51301326611101013777226
Binary1010011100010110101101101001001010000011111111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29185A; }

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

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

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

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

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

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

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

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