Html Css Color HEX #291D61 Paris M

📋 copy color: '#291D61'

red 41 ◦ green 29 ◦ blue 97

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

Shades of Paris M #291D61

Tints of Paris M #291D61

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.37%

 BLUE value IS 97 (38.28% from 255) = 58.08%

R = 24.55%
G = 17.37%
B = 58.08%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#291D61 (or 0x291D61) is known color: Paris M. HEX triplet: 29, 1D and 61. RGB value is (41,29,97). Sum of RGB (Red+Green+Blue) = 41+29+97=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #291D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D61 is #D6E29E. Grayscale: #282828. Windows color (decimal): -14082719 or 6364457. OLE color: 6364457.

HSL color Cylindrical-coordinate representation of color #291D61: hue angle of 250.59º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #291D61 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 29 97 -
CMYK 0.58 0.70 0 0.62
HSL 250.59º 0.54% 0.25% -
HSV(B) 250.59º 0.7% 0.38% -
XYZ 3.51 2.21 11.55 -
YUV 40.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 41 29 97 0.58 0.70 0 0.62 250.59 0.54 0.25
Hex 29 1D 61 3A 46 0 3E FB 36 19
Octal 51 35 141 72 106 0 76 373 66 31
Binary 101001 11101 1100001 111010 1000110 0 111110 11111011 110110 11001

Color Harmonies of #291D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D61

Black with #291D61

Text Example


Text Example

White with #291D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291D61; }

 p { color: rgb(41,29,97); }

 H1.HeaderClassName
 {
   color: #291D61;
 }
 .AnyTagClassName
 {
   color: #291D61;
 }
</style>

background-color css

<style>
 a { background-color: #291D61; }

 a { background-color: rgb(41,29,97); }

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

border-color css

<style>
 span { border-color: #291D61; }

 span { border-color: rgb(41,29,97); }

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