Html Css Color HEX #29256B Paris M

📋 copy color: '#29256B'

red 41 ◦ green 37 ◦ blue 107

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

Shades of Paris M #29256B

Tints of Paris M #29256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 57.84%

R = 22.16%
G = 20%
B = 57.84%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#29256B (or 0x29256B) is known color: Paris M. HEX triplet: 29, 25 and 6B. RGB value is (41,37,107). Sum of RGB (Red+Green+Blue) = 41+37+107=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #29256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29256B is #D6DA94. Grayscale: #2D2D2D. Windows color (decimal): -14080661 or 7021865. OLE color: 7021865.

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

Color convert

RGB 41 37 107 -
CMYK 0.62 0.65 0 0.58
HSL 243.43º 0.49% 0.28% -
HSV(B) 243.43º 0.65% 0.42% -
XYZ 4.23 2.86 14.24 -
YUV 46.18 162.33 124.31 -
System Red Green Blue C M Y K H S L
Decimal 41 37 107 0.62 0.65 0 0.58 243.43 0.49 0.28
Hex 29 25 6B 3E 41 0 3A F3 31 1C
Octal 51 45 153 76 101 0 72 363 61 34
Binary 101001 100101 1101011 111110 1000001 0 111010 11110011 110001 11100

Color Harmonies of #29256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29256B

Black with #29256B

Text Example


Text Example

White with #29256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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