Html Css Color HEX #29246C Paris M

📋 copy color: '#29246C'

red 41 ◦ green 36 ◦ blue 108

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

Shades of Paris M #29246C

Tints of Paris M #29246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

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

R = 22.16%
G = 19.46%
B = 58.38%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29246C (or 0x29246C) is known color: Paris M. HEX triplet: 29, 24 and 6C. RGB value is (41,36,108). Sum of RGB (Red+Green+Blue) = 41+36+108=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #29246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29246C is #D6DB93. Grayscale: #2D2D2D. Windows color (decimal): -14080916 or 7087145. OLE color: 7087145.

HSL color Cylindrical-coordinate representation of color #29246C: hue angle of 244.17º 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 #29246C is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 36 108 -
CMYK 0.62 0.67 0 0.58
HSL 244.17º 0.5% 0.28% -
HSV(B) 244.17º 0.67% 0.42% -
XYZ 4.25 2.82 14.51 -
YUV 45.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 41 36 108 0.62 0.67 0 0.58 244.17 0.5 0.28
Hex 29 24 6C 3E 43 0 3A F4 32 1C
Octal 51 44 154 76 103 0 72 364 62 34
Binary 101001 100100 1101100 111110 1000011 0 111010 11110100 110010 11100

Color Harmonies of #29246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29246C

Black with #29246C

Text Example


Text Example

White with #29246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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