Html Css Color HEX #291B5E Paris M

📋 copy color: '#291B5E'

red 41 ◦ green 27 ◦ blue 94

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

Shades of Paris M #291B5E

Tints of Paris M #291B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.67%

 BLUE value IS 94 (37.11% from 255) = 58.02%

R = 25.31%
G = 16.67%
B = 58.02%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#291B5E (or 0x291B5E) is known color: Paris M. HEX triplet: 29, 1B and 5E. RGB value is (41,27,94). Sum of RGB (Red+Green+Blue) = 41+27+94=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #291B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291B5E is #D6E4A1. Grayscale: #262626. Windows color (decimal): -14083234 or 6167337. OLE color: 6167337.

HSL color Cylindrical-coordinate representation of color #291B5E: hue angle of 252.54º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #291B5E is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 27 94 -
CMYK 0.56 0.71 0 0.63
HSL 252.54º 0.55% 0.24% -
HSV(B) 252.54º 0.71% 0.37% -
XYZ 3.33 2.06 10.81 -
YUV 38.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 41 27 94 0.56 0.71 0 0.63 252.54 0.55 0.24
Hex 29 1B 5E 38 47 0 3F FD 37 18
Octal 51 33 136 70 107 0 77 375 67 30
Binary 101001 11011 1011110 111000 1000111 0 111111 11111101 110111 11000

Color Harmonies of #291B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291B5E

Black with #291B5E

Text Example


Text Example

White with #291B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,27,94); }

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

background-color css

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

 a { background-color: rgb(41,27,94); }

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

border-color css

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

 span { border-color: rgb(41,27,94); }

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