Html Css Color HEX #291563 Paris M

📋 copy color: '#291563'

red 41 ◦ green 21 ◦ blue 99

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

Shades of Paris M #291563

Tints of Paris M #291563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

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

R = 25.47%
G = 13.04%
B = 61.49%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#291563 (or 0x291563) is known color: Paris M. HEX triplet: 29, 15 and 63. RGB value is (41,21,99). Sum of RGB (Red+Green+Blue) = 41+21+99=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #291563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291563 is #D6EA9C. Grayscale: #232323. Windows color (decimal): -14084765 or 6493481. OLE color: 6493481.

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

Color convert

RGB 41 21 99 -
CMYK 0.59 0.79 0 0.61
HSL 255.38º 0.65% 0.24% -
HSV(B) 255.38º 0.79% 0.39% -
XYZ 3.43 1.91 11.99 -
YUV 35.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 41 21 99 0.59 0.79 0 0.61 255.38 0.65 0.24
Hex 29 15 63 3B 4F 0 3D FF 41 18
Octal 51 25 143 73 117 0 75 377 101 30
Binary 101001 10101 1100011 111011 1001111 0 111101 11111111 1000001 11000

Color Harmonies of #291563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291563

Black with #291563

Text Example


Text Example

White with #291563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291563; }

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

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

background-color css

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

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

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

border-color css

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

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

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