Html Css Color HEX #291964 Paris M

📋 copy color: '#291964'

red 41 ◦ green 25 ◦ blue 100

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

Shades of Paris M #291964

Tints of Paris M #291964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

 BLUE value IS 100 (39.45% from 255) = 60.24%

R = 24.7%
G = 15.06%
B = 60.24%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#291964 (or 0x291964) is known color: Paris M. HEX triplet: 29, 19 and 64. RGB value is (41,25,100). Sum of RGB (Red+Green+Blue) = 41+25+100=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #291964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291964 is #D6E69B. Grayscale: #262626. Windows color (decimal): -14083740 or 6560041. OLE color: 6560041.

HSL color Cylindrical-coordinate representation of color #291964: hue angle of 252.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291964 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 25 100 -
CMYK 0.59 0.75 0 0.61
HSL 252.8º 0.6% 0.25% -
HSV(B) 252.8º 0.75% 0.39% -
XYZ 3.56 2.09 12.27 -
YUV 38.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 41 25 100 0.59 0.75 0 0.61 252.8 0.6 0.25
Hex 29 19 64 3B 4B 0 3D FD 3C 19
Octal 51 31 144 73 113 0 75 375 74 31
Binary 101001 11001 1100100 111011 1001011 0 111101 11111101 111100 11001

Color Harmonies of #291964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291964

Black with #291964

Text Example


Text Example

White with #291964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291964; }

 p { color: rgb(41,25,100); }

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

background-color css

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

 a { background-color: rgb(41,25,100); }

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

border-color css

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

 span { border-color: rgb(41,25,100); }

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