Html Css Color HEX #291E5E Paris M

📋 copy color: '#291E5E'

red 41 ◦ green 30 ◦ blue 94

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

Shades of Paris M #291E5E

Tints of Paris M #291E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

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

R = 24.85%
G = 18.18%
B = 56.97%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#291E5E (or 0x291E5E) is known color: Paris M. HEX triplet: 29, 1E and 5E. RGB value is (41,30,94). Sum of RGB (Red+Green+Blue) = 41+30+94=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #291E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291E5E is #D6E1A1. Grayscale: #282828. Windows color (decimal): -14082466 or 6168105. OLE color: 6168105.

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

Color convert

RGB 41 30 94 -
CMYK 0.56 0.68 0 0.63
HSL 250.31º 0.52% 0.24% -
HSV(B) 250.31º 0.68% 0.37% -
XYZ 3.4 2.21 10.84 -
YUV 40.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 41 30 94 0.56 0.68 0 0.63 250.31 0.52 0.24
Hex 29 1E 5E 38 44 0 3F FA 34 18
Octal 51 36 136 70 104 0 77 372 64 30
Binary 101001 11110 1011110 111000 1000100 0 111111 11111010 110100 11000

Color Harmonies of #291E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E5E

Black with #291E5E

Text Example


Text Example

White with #291E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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