Html Css Color HEX #291963 Paris M

📋 copy color: '#291963'

red 41 ◦ green 25 ◦ blue 99

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

Shades of Paris M #291963

Tints of Paris M #291963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 60%

R = 24.85%
G = 15.15%
B = 60%

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

#291963 (or 0x291963) is known color: Paris M. HEX triplet: 29, 19 and 63. RGB value is (41,25,99). Sum of RGB (Red+Green+Blue) = 41+25+99=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #291963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291963 is #D6E69C. Grayscale: #252525. Windows color (decimal): -14083741 or 6494505. OLE color: 6494505.

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

Color convert

RGB 41 25 99 -
CMYK 0.59 0.75 0 0.61
HSL 252.97º 0.6% 0.24% -
HSV(B) 252.97º 0.75% 0.39% -
XYZ 3.51 2.07 12.02 -
YUV 38.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 41 25 99 0.59 0.75 0 0.61 252.97 0.6 0.24
Hex 29 19 63 3B 4B 0 3D FD 3C 18
Octal 51 31 143 73 113 0 75 375 74 30
Binary 101001 11001 1100011 111011 1001011 0 111101 11111101 111100 11000

Color Harmonies of #291963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291963

Black with #291963

Text Example


Text Example

White with #291963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291963; }

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

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

background-color css

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

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

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

border-color css

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

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

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