Html Css Color HEX #29175C Paris M

📋 copy color: '#29175C'

red 41 ◦ green 23 ◦ blue 92

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

Shades of Paris M #29175C

Tints of Paris M #29175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 58.97%

R = 26.28%
G = 14.74%
B = 58.97%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29175C (or 0x29175C) is known color: Paris M. HEX triplet: 29, 17 and 5C. RGB value is (41,23,92). Sum of RGB (Red+Green+Blue) = 41+23+92=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #29175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29175C is #D6E8A3. Grayscale: #232323. Windows color (decimal): -14084260 or 6035241. OLE color: 6035241.

HSL color Cylindrical-coordinate representation of color #29175C: hue angle of 255.65º 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 #29175C is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 23 92 -
CMYK 0.55 0.75 0 0.64
HSL 255.65º 0.6% 0.23% -
HSV(B) 255.65º 0.75% 0.36% -
XYZ 3.15 1.86 10.32 -
YUV 36.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 41 23 92 0.55 0.75 0 0.64 255.65 0.6 0.23
Hex 29 17 5C 37 4B 0 40 100 3C 17
Octal 51 27 134 67 113 0 100 400 74 27
Binary 101001 10111 1011100 110111 1001011 0 1000000 100000000 111100 10111

Color Harmonies of #29175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29175C

Black with #29175C

Text Example


Text Example

White with #29175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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