Html Css Color HEX #29256C Paris M

📋 copy color: '#29256C'

red 41 ◦ green 37 ◦ blue 108

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

Shades of Paris M #29256C

Tints of Paris M #29256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 22.04%
G = 19.89%
B = 58.06%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29256C (or 0x29256C) is known color: Paris M. HEX triplet: 29, 25 and 6C. RGB value is (41,37,108). Sum of RGB (Red+Green+Blue) = 41+37+108=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #29256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29256C is #D6DA93. Grayscale: #2E2E2E. Windows color (decimal): -14080660 or 7087401. OLE color: 7087401.

HSL color Cylindrical-coordinate representation of color #29256C: hue angle of 243.38º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29256C is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 37 108 -
CMYK 0.62 0.66 0 0.58
HSL 243.38º 0.49% 0.28% -
HSV(B) 243.38º 0.66% 0.42% -
XYZ 4.28 2.88 14.52 -
YUV 46.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 41 37 108 0.62 0.66 0 0.58 243.38 0.49 0.28
Hex 29 25 6C 3E 42 0 3A F3 31 1C
Octal 51 45 154 76 102 0 72 363 61 34
Binary 101001 100101 1101100 111110 1000010 0 111010 11110011 110001 11100

Color Harmonies of #29256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29256C

Black with #29256C

Text Example


Text Example

White with #29256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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