Html Css Color HEX #29206E Paris M

📋 copy color: '#29206E'

red 41 ◦ green 32 ◦ blue 110

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

Shades of Paris M #29206E

Tints of Paris M #29206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 22.4%
G = 17.49%
B = 60.11%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29206E (or 0x29206E) is known color: Paris M. HEX triplet: 29, 20 and 6E. RGB value is (41,32,110). Sum of RGB (Red+Green+Blue) = 41+32+110=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #29206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29206E is #D6DF91. Grayscale: #2B2B2B. Windows color (decimal): -14081938 or 7217193. OLE color: 7217193.

HSL color Cylindrical-coordinate representation of color #29206E: hue angle of 246.92º 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 #29206E is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 32 110 -
CMYK 0.63 0.71 0 0.57
HSL 246.92º 0.55% 0.28% -
HSV(B) 246.92º 0.71% 0.43% -
XYZ 4.25 2.63 15.04 -
YUV 43.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 41 32 110 0.63 0.71 0 0.57 246.92 0.55 0.28
Hex 29 20 6E 3F 47 0 39 F7 37 1C
Octal 51 40 156 77 107 0 71 367 67 34
Binary 101001 100000 1101110 111111 1000111 0 111001 11110111 110111 11100

Color Harmonies of #29206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29206E

Black with #29206E

Text Example


Text Example

White with #29206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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