Html Css Color HEX #29185D Paris M

📋 copy color: '#29185D'

red 41 ◦ green 24 ◦ blue 93

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

Shades of Paris M #29185D

Tints of Paris M #29185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 58.86%

R = 25.95%
G = 15.19%
B = 58.86%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29185D (or 0x29185D) is known color: Paris M. HEX triplet: 29, 18 and 5D. RGB value is (41,24,93). Sum of RGB (Red+Green+Blue) = 41+24+93=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #29185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29185D is #D6E7A2. Grayscale: #242424. Windows color (decimal): -14084003 or 6101033. OLE color: 6101033.

HSL color Cylindrical-coordinate representation of color #29185D: hue angle of 254.78º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29185D is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 24 93 -
CMYK 0.56 0.74 0 0.64
HSL 254.78º 0.59% 0.23% -
HSV(B) 254.78º 0.74% 0.36% -
XYZ 3.22 1.91 10.56 -
YUV 36.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 41 24 93 0.56 0.74 0 0.64 254.78 0.59 0.23
Hex 29 18 5D 38 4A 0 40 FF 3B 17
Octal 51 30 135 70 112 0 100 377 73 27
Binary 101001 11000 1011101 111000 1001010 0 1000000 11111111 111011 10111

Color Harmonies of #29185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29185D

Black with #29185D

Text Example


Text Example

White with #29185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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