Html Css Color HEX #291D69 Paris M

📋 copy color: '#291D69'

red 41 ◦ green 29 ◦ blue 105

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

Shades of Paris M #291D69

Tints of Paris M #291D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60%

R = 23.43%
G = 16.57%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#291D69 (or 0x291D69) is known color: Paris M. HEX triplet: 29, 1D and 69. RGB value is (41,29,105). Sum of RGB (Red+Green+Blue) = 41+29+105=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #291D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D69 is #D6E296. Grayscale: #282828. Windows color (decimal): -14082711 or 6888745. OLE color: 6888745.

HSL color Cylindrical-coordinate representation of color #291D69: hue angle of 249.47º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #291D69 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 29 105 -
CMYK 0.61 0.72 0 0.59
HSL 249.47º 0.57% 0.26% -
HSV(B) 249.47º 0.72% 0.41% -
XYZ 3.9 2.37 13.62 -
YUV 41.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 41 29 105 0.61 0.72 0 0.59 249.47 0.57 0.26
Hex 29 1D 69 3D 48 0 3B F9 39 1A
Octal 51 35 151 75 110 0 73 371 71 32
Binary 101001 11101 1101001 111101 1001000 0 111011 11111001 111001 11010

Color Harmonies of #291D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D69

Black with #291D69

Text Example


Text Example

White with #291D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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