Html Css Color HEX #291660 Paris M

📋 copy color: '#291660'

red 41 ◦ green 22 ◦ blue 96

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

Shades of Paris M #291660

Tints of Paris M #291660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.84%

 BLUE value IS 96 (37.89% from 255) = 60.38%

R = 25.79%
G = 13.84%
B = 60.38%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#291660 (or 0x291660) is known color: Paris M. HEX triplet: 29, 16 and 60. RGB value is (41,22,96). Sum of RGB (Red+Green+Blue) = 41+22+96=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #291660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291660 is #D6E99F. Grayscale: #232323. Windows color (decimal): -14084512 or 6297129. OLE color: 6297129.

HSL color Cylindrical-coordinate representation of color #291660: hue angle of 255.41º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #291660 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 22 96 -
CMYK 0.57 0.77 0 0.62
HSL 255.41º 0.63% 0.23% -
HSV(B) 255.41º 0.77% 0.38% -
XYZ 3.31 1.89 11.26 -
YUV 36.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 41 22 96 0.57 0.77 0 0.62 255.41 0.63 0.23
Hex 29 16 60 39 4D 0 3E FF 3F 17
Octal 51 26 140 71 115 0 76 377 77 27
Binary 101001 10110 1100000 111001 1001101 0 111110 11111111 111111 10111

Color Harmonies of #291660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291660

Black with #291660

Text Example


Text Example

White with #291660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291660; }

 p { color: rgb(41,22,96); }

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

background-color css

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

 a { background-color: rgb(41,22,96); }

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

border-color css

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

 span { border-color: rgb(41,22,96); }

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