Html Css Color HEX #291965 Paris M

📋 copy color: '#291965'

red 41 ◦ green 25 ◦ blue 101

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

Shades of Paris M #291965

Tints of Paris M #291965

RGB

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

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

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

R = 24.55%
G = 14.97%
B = 60.48%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#291965 (or 0x291965) is known color: Paris M. HEX triplet: 29, 19 and 65. RGB value is (41,25,101). Sum of RGB (Red+Green+Blue) = 41+25+101=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #291965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291965 is #D6E69A. Grayscale: #262626. Windows color (decimal): -14083739 or 6625577. OLE color: 6625577.

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

Color convert

RGB 41 25 101 -
CMYK 0.59 0.75 0 0.60
HSL 252.63º 0.6% 0.25% -
HSV(B) 252.63º 0.75% 0.4% -
XYZ 3.61 2.11 12.53 -
YUV 38.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 41 25 101 0.59 0.75 0 0.60 252.63 0.6 0.25
Hex 29 19 65 3B 4B 0 3C FD 3C 19
Octal 51 31 145 73 113 0 74 375 74 31
Binary 101001 11001 1100101 111011 1001011 0 111100 11111101 111100 11001

Color Harmonies of #291965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291965

Black with #291965

Text Example


Text Example

White with #291965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291965; }

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

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

background-color css

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

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

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

border-color css

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

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

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