Html Css Color HEX #291F62 Paris M

📋 copy color: '#291F62'

red 41 ◦ green 31 ◦ blue 98

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

Shades of Paris M #291F62

Tints of Paris M #291F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 57.65%

R = 24.12%
G = 18.24%
B = 57.65%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#291F62 (or 0x291F62) is known color: Paris M. HEX triplet: 29, 1F and 62. RGB value is (41,31,98). Sum of RGB (Red+Green+Blue) = 41+31+98=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #291F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291F62 is #D6E09D. Grayscale: #292929. Windows color (decimal): -14082206 or 6430505. OLE color: 6430505.

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

Color convert

RGB 41 31 98 -
CMYK 0.58 0.68 0 0.62
HSL 248.96º 0.52% 0.25% -
HSV(B) 248.96º 0.68% 0.38% -
XYZ 3.61 2.33 11.82 -
YUV 41.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 41 31 98 0.58 0.68 0 0.62 248.96 0.52 0.25
Hex 29 1F 62 3A 44 0 3E F9 34 19
Octal 51 37 142 72 104 0 76 371 64 31
Binary 101001 11111 1100010 111010 1000100 0 111110 11111001 110100 11001

Color Harmonies of #291F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F62

Black with #291F62

Text Example


Text Example

White with #291F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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