Html Css Color HEX #291565 Paris M

📋 copy color: '#291565'

red 41 ◦ green 21 ◦ blue 101

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

Shades of Paris M #291565

Tints of Paris M #291565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 61.96%

R = 25.15%
G = 12.88%
B = 61.96%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#291565 (or 0x291565) is known color: Paris M. HEX triplet: 29, 15 and 65. RGB value is (41,21,101). Sum of RGB (Red+Green+Blue) = 41+21+101=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #291565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291565 is #D6EA9A. Grayscale: #232323. Windows color (decimal): -14084763 or 6624553. OLE color: 6624553.

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

Color convert

RGB 41 21 101 -
CMYK 0.59 0.79 0 0.60
HSL 255º 0.66% 0.24% -
HSV(B) 255º 0.79% 0.4% -
XYZ 3.53 1.95 12.5 -
YUV 36.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 41 21 101 0.59 0.79 0 0.60 255 0.66 0.24
Hex 29 15 65 3B 4F 0 3C FF 42 18
Octal 51 25 145 73 117 0 74 377 102 30
Binary 101001 10101 1100101 111011 1001111 0 111100 11111111 1000010 11000

Color Harmonies of #291565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291565

Black with #291565

Text Example


Text Example

White with #291565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291565; }

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

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

background-color css

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

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

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

border-color css

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

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

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