Html Css Color HEX #291564 Paris M

📋 copy color: '#291564'

red 41 ◦ green 21 ◦ blue 100

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

Shades of Paris M #291564

Tints of Paris M #291564

RGB

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

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

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

R = 25.31%
G = 12.96%
B = 61.73%

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

#291564 (or 0x291564) is known color: Paris M. HEX triplet: 29, 15 and 64. RGB value is (41,21,100). Sum of RGB (Red+Green+Blue) = 41+21+100=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 100 (39.45% from 255 or 61.73% from 162); Max value from RGB is 100 - color contains mainly: blue. Hex color #291564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291564 is #D6EA9B. Grayscale: #232323. Windows color (decimal): -14084764 or 6559017. OLE color: 6559017.

HSL color Cylindrical-coordinate representation of color #291564: hue angle of 255.19º 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 #291564 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 21 100 -
CMYK 0.59 0.79 0 0.61
HSL 255.19º 0.65% 0.24% -
HSV(B) 255.19º 0.79% 0.39% -
XYZ 3.48 1.93 12.25 -
YUV 35.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 41 21 100 0.59 0.79 0 0.61 255.19 0.65 0.24
Hex 29 15 64 3B 4F 0 3D FF 41 18
Octal 51 25 144 73 117 0 75 377 101 30
Binary 101001 10101 1100100 111011 1001111 0 111101 11111111 1000001 11000

Color Harmonies of #291564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291564

Black with #291564

Text Example


Text Example

White with #291564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291564; }

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

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

background-color css

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

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

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

border-color css

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

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

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