Html Css Color HEX #29265F Paris M

📋 copy color: '#29265F'

red 41 ◦ green 38 ◦ blue 95

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

Shades of Paris M #29265F

Tints of Paris M #29265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

 BLUE value IS 95 (37.5% from 255) = 54.6%

R = 23.56%
G = 21.84%
B = 54.6%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29265F (or 0x29265F) is known color: Paris M. HEX triplet: 29, 26 and 5F. RGB value is (41,38,95). Sum of RGB (Red+Green+Blue) = 41+38+95=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #29265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29265F is #D6D9A0. Grayscale: #2D2D2D. Windows color (decimal): -14080417 or 6235689. OLE color: 6235689.

HSL color Cylindrical-coordinate representation of color #29265F: hue angle of 243.16º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #29265F is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 38 95 -
CMYK 0.57 0.60 0 0.63
HSL 243.16º 0.43% 0.26% -
HSV(B) 243.16º 0.6% 0.37% -
XYZ 3.67 2.68 11.15 -
YUV 45.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 41 38 95 0.57 0.60 0 0.63 243.16 0.43 0.26
Hex 29 26 5F 39 3C 0 3F F3 2B 1A
Octal 51 46 137 71 74 0 77 363 53 32
Binary 101001 100110 1011111 111001 111100 0 111111 11110011 101011 11010

Color Harmonies of #29265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29265F

Black with #29265F

Text Example


Text Example

White with #29265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,38,95); }

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

background-color css

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

 a { background-color: rgb(41,38,95); }

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

border-color css

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

 span { border-color: rgb(41,38,95); }

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