Html Css Color HEX #29175A Paris M

📋 copy color: '#29175A'

red 41 ◦ green 23 ◦ blue 90

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

Shades of Paris M #29175A

Tints of Paris M #29175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

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

R = 26.62%
G = 14.94%
B = 58.44%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29175A (or 0x29175A) is known color: Paris M. HEX triplet: 29, 17 and 5A. RGB value is (41,23,90). Sum of RGB (Red+Green+Blue) = 41+23+90=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #29175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29175A is #D6E8A5. Grayscale: #232323. Windows color (decimal): -14084262 or 5904169. OLE color: 5904169.

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

Color convert

RGB 41 23 90 -
CMYK 0.54 0.74 0 0.65
HSL 256.12º 0.59% 0.22% -
HSV(B) 256.12º 0.74% 0.35% -
XYZ 3.07 1.82 9.86 -
YUV 36.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 41 23 90 0.54 0.74 0 0.65 256.12 0.59 0.22
Hex 29 17 5A 36 4A 0 41 100 3B 16
Octal 51 27 132 66 112 0 101 400 73 26
Binary 101001 10111 1011010 110110 1001010 0 1000001 100000000 111011 10110

Color Harmonies of #29175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29175A

Black with #29175A

Text Example


Text Example

White with #29175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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