Html Css Color HEX #29246F Paris M

📋 copy color: '#29246F'

red 41 ◦ green 36 ◦ blue 111

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

Shades of Paris M #29246F

Tints of Paris M #29246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 59.04%

R = 21.81%
G = 19.15%
B = 59.04%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29246F (or 0x29246F) is known color: Paris M. HEX triplet: 29, 24 and 6F. RGB value is (41,36,111). Sum of RGB (Red+Green+Blue) = 41+36+111=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #29246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29246F is #D6DB90. Grayscale: #2D2D2D. Windows color (decimal): -14080913 or 7283753. OLE color: 7283753.

HSL color Cylindrical-coordinate representation of color #29246F: hue angle of 244º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29246F is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 36 111 -
CMYK 0.63 0.68 0 0.56
HSL 244º 0.51% 0.29% -
HSV(B) 244º 0.68% 0.44% -
XYZ 4.41 2.88 15.36 -
YUV 46.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 41 36 111 0.63 0.68 0 0.56 244 0.51 0.29
Hex 29 24 6F 3F 44 0 38 F4 33 1D
Octal 51 44 157 77 104 0 70 364 63 35
Binary 101001 100100 1101111 111111 1000100 0 111000 11110100 110011 11101

Color Harmonies of #29246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29246F

Black with #29246F

Text Example


Text Example

White with #29246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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