Html Css Color HEX #29206D Paris M

📋 copy color: '#29206D'

red 41 ◦ green 32 ◦ blue 109

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

Shades of Paris M #29206D

Tints of Paris M #29206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 59.89%

R = 22.53%
G = 17.58%
B = 59.89%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29206D (or 0x29206D) is known color: Paris M. HEX triplet: 29, 20 and 6D. RGB value is (41,32,109). Sum of RGB (Red+Green+Blue) = 41+32+109=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #29206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29206D is #D6DF92. Grayscale: #2B2B2B. Windows color (decimal): -14081939 or 7151657. OLE color: 7151657.

HSL color Cylindrical-coordinate representation of color #29206D: hue angle of 247.01º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29206D is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 32 109 -
CMYK 0.62 0.71 0 0.57
HSL 247.01º 0.55% 0.28% -
HSV(B) 247.01º 0.71% 0.43% -
XYZ 4.19 2.61 14.75 -
YUV 43.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 41 32 109 0.62 0.71 0 0.57 247.01 0.55 0.28
Hex 29 20 6D 3E 47 0 39 F7 37 1C
Octal 51 40 155 76 107 0 71 367 67 34
Binary 101001 100000 1101101 111110 1000111 0 111001 11110111 110111 11100

Color Harmonies of #29206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29206D

Black with #29206D

Text Example


Text Example

White with #29206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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