#29195D

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

Shades of Paris M #29195D

Tints of Paris M #29195D

Color information

#29195D (or 0x29195D) is unknown color: approx Paris M. HEX triplet: 29, 19 and 5D. RGB value is (41,25,93). Sum of RGB (Red+Green+Blue) = 41+25+93=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #29195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29195D is #D6E6A2. Grayscale: #252525. Windows color (decimal): -14083747 or 6101289. OLE color: 6101289.

HSL color Cylindrical-coordinate representation of color #29195D: hue angle of 254.12º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29195D is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB412593-
CMYK0.560.7300.64
HSL254.12º57.63%23.14%-
HSV(B)254.12º73.12%36.47%-
XYZ3.241.9610.56-
YUV37.54159.3130.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=25.79%
G=15.72%
B=58.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4125930.560.7300.64254.1257.6323.14
Hex29195D3849040fe3a17
Octal51311357011101003767227
Binary1010011100110111011110001001001010000001111111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29195D; }

 p { color: rgb(41,25,93); }

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

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

 a { background-color: rgb(41,25,93); }

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

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

 span { border-color: rgb(41,25,93); }

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