Html Css Color HEX #291865 Paris M

📋 copy color: '#291865'

red 41 ◦ green 24 ◦ blue 101

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

Shades of Paris M #291865

Tints of Paris M #291865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.46%

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

R = 24.7%
G = 14.46%
B = 60.84%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#291865 (or 0x291865) is known color: Paris M. HEX triplet: 29, 18 and 65. RGB value is (41,24,101). Sum of RGB (Red+Green+Blue) = 41+24+101=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 101 (39.84% from 255 or 60.84% from 166); Max value from RGB is 101 - color contains mainly: blue. Hex color #291865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291865 is #D6E79A. Grayscale: #252525. Windows color (decimal): -14083995 or 6625321. OLE color: 6625321.

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

Color convert

RGB 41 24 101 -
CMYK 0.59 0.76 0 0.60
HSL 253.25º 0.62% 0.25% -
HSV(B) 253.25º 0.76% 0.4% -
XYZ 3.59 2.06 12.52 -
YUV 37.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 41 24 101 0.59 0.76 0 0.60 253.25 0.62 0.25
Hex 29 18 65 3B 4C 0 3C FD 3E 19
Octal 51 30 145 73 114 0 74 375 76 31
Binary 101001 11000 1100101 111011 1001100 0 111100 11111101 111110 11001

Color Harmonies of #291865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291865

Black with #291865

Text Example


Text Example

White with #291865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291865; }

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

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

background-color css

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

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

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

border-color css

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

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

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