Html Css Color HEX #29236A Paris M

📋 copy color: '#29236A'

red 41 ◦ green 35 ◦ blue 106

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

Shades of Paris M #29236A

Tints of Paris M #29236A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.23%

 BLUE value IS 106 (41.8% from 255) = 58.24%

R = 22.53%
G = 19.23%
B = 58.24%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29236A (or 0x29236A) is known color: Paris M. HEX triplet: 29, 23 and 6A. RGB value is (41,35,106). Sum of RGB (Red+Green+Blue) = 41+35+106=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #29236A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29236A is #D6DC95. Grayscale: #2C2C2C. Windows color (decimal): -14081174 or 6955817. OLE color: 6955817.

HSL color Cylindrical-coordinate representation of color #29236A: hue angle of 245.07º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29236A is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 35 106 -
CMYK 0.61 0.67 0 0.58
HSL 245.07º 0.5% 0.28% -
HSV(B) 245.07º 0.67% 0.42% -
XYZ 4.12 2.71 13.94 -
YUV 44.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 41 35 106 0.61 0.67 0 0.58 245.07 0.5 0.28
Hex 29 23 6A 3D 43 0 3A F5 32 1C
Octal 51 43 152 75 103 0 72 365 62 34
Binary 101001 100011 1101010 111101 1000011 0 111010 11110101 110010 11100

Color Harmonies of #29236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29236A

Black with #29236A

Text Example


Text Example

White with #29236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29236A; }

 p { color: rgb(41,35,106); }

 H1.HeaderClassName
 {
   color: #29236A;
 }
 .AnyTagClassName
 {
   color: #29236A;
 }
</style>

background-color css

<style>
 a { background-color: #29236A; }

 a { background-color: rgb(41,35,106); }

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

border-color css

<style>
 span { border-color: #29236A; }

 span { border-color: rgb(41,35,106); }

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