Html Css Color HEX #29175D Paris M

📋 copy color: '#29175D'

red 41 ◦ green 23 ◦ blue 93

#29175D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #29175D

Tints of Paris M #29175D

RGB

 RED value IS 41 (16.41% from 255) = 26.11%

 GREEN value IS 23 (9.38% from 255) = 14.65%

 BLUE value IS 93 (36.72% from 255) = 59.24%

R = 26.11%
G = 14.65%
B = 59.24%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29175D (or 0x29175D) is known color: Paris M. HEX triplet: 29, 17 and 5D. RGB value is (41,23,93). Sum of RGB (Red+Green+Blue) = 41+23+93=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #29175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29175D is #D6E8A2. Grayscale: #242424. Windows color (decimal): -14084259 or 6100777. OLE color: 6100777.

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

Color convert

RGB 41 23 93 -
CMYK 0.56 0.75 0 0.64
HSL 255.43º 0.6% 0.23% -
HSV(B) 255.43º 0.75% 0.36% -
XYZ 3.2 1.87 10.55 -
YUV 36.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 41 23 93 0.56 0.75 0 0.64 255.43 0.6 0.23
Hex 29 17 5D 38 4B 0 40 FF 3C 17
Octal 51 27 135 70 113 0 100 377 74 27
Binary 101001 10111 1011101 111000 1001011 0 1000000 11111111 111100 10111

Color Harmonies of #29175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29175D

Black with #29175D

Text Example


Text Example

White with #29175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29175D;
 }
 .AnyTagClassName
 {
   color: #29175D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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