Html Css Color HEX #291F5D Paris M

📋 copy color: '#291F5D'

red 41 ◦ green 31 ◦ blue 93

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

Shades of Paris M #291F5D

Tints of Paris M #291F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.79%

 BLUE value IS 93 (36.72% from 255) = 56.36%

R = 24.85%
G = 18.79%
B = 56.36%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#291F5D (or 0x291F5D) is known color: Paris M. HEX triplet: 29, 1F and 5D. RGB value is (41,31,93). Sum of RGB (Red+Green+Blue) = 41+31+93=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #291F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F5D is #D6E0A2. Grayscale: #282828. Windows color (decimal): -14082211 or 6102825. OLE color: 6102825.

HSL color Cylindrical-coordinate representation of color #291F5D: hue angle of 249.68º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #291F5D is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 31 93 -
CMYK 0.56 0.67 0 0.64
HSL 249.68º 0.5% 0.24% -
HSV(B) 249.68º 0.67% 0.36% -
XYZ 3.38 2.24 10.61 -
YUV 41.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 41 31 93 0.56 0.67 0 0.64 249.68 0.5 0.24
Hex 29 1F 5D 38 43 0 40 FA 32 18
Octal 51 37 135 70 103 0 100 372 62 30
Binary 101001 11111 1011101 111000 1000011 0 1000000 11111010 110010 11000

Color Harmonies of #291F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F5D

Black with #291F5D

Text Example


Text Example

White with #291F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,31,93); }

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

background-color css

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

 a { background-color: rgb(41,31,93); }

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

border-color css

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

 span { border-color: rgb(41,31,93); }

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