Html Css Color HEX #29206C Paris M

📋 copy color: '#29206C'

red 41 ◦ green 32 ◦ blue 108

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

Shades of Paris M #29206C

Tints of Paris M #29206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

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

R = 22.65%
G = 17.68%
B = 59.67%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29206C (or 0x29206C) is known color: Paris M. HEX triplet: 29, 20 and 6C. RGB value is (41,32,108). Sum of RGB (Red+Green+Blue) = 41+32+108=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #29206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29206C is #D6DF93. Grayscale: #2B2B2B. Windows color (decimal): -14081940 or 7086121. OLE color: 7086121.

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

Color convert

RGB 41 32 108 -
CMYK 0.62 0.70 0 0.58
HSL 247.11º 0.54% 0.27% -
HSV(B) 247.11º 0.7% 0.42% -
XYZ 4.14 2.59 14.47 -
YUV 43.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 41 32 108 0.62 0.70 0 0.58 247.11 0.54 0.27
Hex 29 20 6C 3E 46 0 3A F7 36 1B
Octal 51 40 154 76 106 0 72 367 66 33
Binary 101001 100000 1101100 111110 1000110 0 111010 11110111 110110 11011

Color Harmonies of #29206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29206C

Black with #29206C

Text Example


Text Example

White with #29206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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