Html Css Color HEX #29185A Paris M

📋 copy color: '#29185A'

red 41 ◦ green 24 ◦ blue 90

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

Shades of Paris M #29185A

Tints of Paris M #29185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.06%

R = 26.45%
G = 15.48%
B = 58.06%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29185A (or 0x29185A) is known color: Paris M. HEX triplet: 29, 18 and 5A. RGB value is (41,24,90). Sum of RGB (Red+Green+Blue) = 41+24+90=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #29185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29185A is #D6E7A5. Grayscale: #242424. Windows color (decimal): -14084006 or 5904425. OLE color: 5904425.

HSL color Cylindrical-coordinate representation of color #29185A: hue angle of 255.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29185A is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 24 90 -
CMYK 0.54 0.73 0 0.65
HSL 255.45º 0.58% 0.22% -
HSV(B) 255.45º 0.73% 0.35% -
XYZ 3.09 1.86 9.87 -
YUV 36.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 41 24 90 0.54 0.73 0 0.65 255.45 0.58 0.22
Hex 29 18 5A 36 49 0 41 FF 3A 16
Octal 51 30 132 66 111 0 101 377 72 26
Binary 101001 11000 1011010 110110 1001001 0 1000001 11111111 111010 10110

Color Harmonies of #29185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29185A

Black with #29185A

Text Example


Text Example

White with #29185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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