Html Css Color HEX #29196C Paris M

📋 copy color: '#29196C'

red 41 ◦ green 25 ◦ blue 108

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

Shades of Paris M #29196C

Tints of Paris M #29196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 108 (42.58% from 255) = 62.07%

R = 23.56%
G = 14.37%
B = 62.07%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29196C (or 0x29196C) is known color: Paris M. HEX triplet: 29, 19 and 6C. RGB value is (41,25,108). Sum of RGB (Red+Green+Blue) = 41+25+108=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #29196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29196C is #D6E693. Grayscale: #262626. Windows color (decimal): -14083732 or 7084329. OLE color: 7084329.

HSL color Cylindrical-coordinate representation of color #29196C: hue angle of 251.57º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29196C is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 25 108 -
CMYK 0.62 0.77 0 0.58
HSL 251.57º 0.62% 0.26% -
HSV(B) 251.57º 0.77% 0.42% -
XYZ 3.97 2.25 14.41 -
YUV 39.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 41 25 108 0.62 0.77 0 0.58 251.57 0.62 0.26
Hex 29 19 6C 3E 4D 0 3A FC 3E 1A
Octal 51 31 154 76 115 0 72 374 76 32
Binary 101001 11001 1101100 111110 1001101 0 111010 11111100 111110 11010

Color Harmonies of #29196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29196C

Black with #29196C

Text Example


Text Example

White with #29196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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