Html Css Color HEX #29185F Paris M

📋 copy color: '#29185F'

red 41 ◦ green 24 ◦ blue 95

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

Shades of Paris M #29185F

Tints of Paris M #29185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

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

R = 25.63%
G = 15%
B = 59.38%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29185F (or 0x29185F) is known color: Paris M. HEX triplet: 29, 18 and 5F. RGB value is (41,24,95). Sum of RGB (Red+Green+Blue) = 41+24+95=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 95 (37.5% from 255 or 59.38% from 160); Max value from RGB is 95 - color contains mainly: blue. Hex color #29185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29185F is #D6E7A0. Grayscale: #242424. Windows color (decimal): -14084001 or 6232105. OLE color: 6232105.

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

Color convert

RGB 41 24 95 -
CMYK 0.57 0.75 0 0.63
HSL 254.37º 0.6% 0.23% -
HSV(B) 254.37º 0.75% 0.37% -
XYZ 3.31 1.95 11.03 -
YUV 37.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 41 24 95 0.57 0.75 0 0.63 254.37 0.6 0.23
Hex 29 18 5F 39 4B 0 3F FE 3C 17
Octal 51 30 137 71 113 0 77 376 74 27
Binary 101001 11000 1011111 111001 1001011 0 111111 11111110 111100 10111

Color Harmonies of #29185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29185F

Black with #29185F

Text Example


Text Example

White with #29185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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