Html Css Color HEX #29165F Paris M

📋 copy color: '#29165F'

red 41 ◦ green 22 ◦ blue 95

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

Shades of Paris M #29165F

Tints of Paris M #29165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.92%

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

R = 25.95%
G = 13.92%
B = 60.13%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29165F (or 0x29165F) is known color: Paris M. HEX triplet: 29, 16 and 5F. RGB value is (41,22,95). Sum of RGB (Red+Green+Blue) = 41+22+95=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #29165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29165F is #D6E9A0. Grayscale: #232323. Windows color (decimal): -14084513 or 6231593. OLE color: 6231593.

HSL color Cylindrical-coordinate representation of color #29165F: hue angle of 255.62º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29165F is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 22 95 -
CMYK 0.57 0.77 0 0.63
HSL 255.62º 0.62% 0.23% -
HSV(B) 255.62º 0.77% 0.37% -
XYZ 3.27 1.87 11.02 -
YUV 36 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 41 22 95 0.57 0.77 0 0.63 255.62 0.62 0.23
Hex 29 16 5F 39 4D 0 3F 100 3E 17
Octal 51 26 137 71 115 0 77 400 76 27
Binary 101001 10110 1011111 111001 1001101 0 111111 100000000 111110 10111

Color Harmonies of #29165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29165F

Black with #29165F

Text Example


Text Example

White with #29165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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