Html Css Color HEX #41324D Jagger

📋 copy color: '#41324D'

red 65 ◦ green 50 ◦ blue 77

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

Shades of Jagger #41324D

Tints of Jagger #41324D

RGB

 RED value IS 65 (25.78% from 255) = 33.85%

 GREEN value IS 50 (19.92% from 255) = 26.04%

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 33.85%
G = 26.04%
B = 40.1%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41324D (or 0x41324D) is known color: Jagger. HEX triplet: 41, 32 and 4D. RGB value is (65,50,77). Sum of RGB (Red+Green+Blue) = 65+50+77=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #41324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41324D is #BECDB2. Grayscale: #393939. Windows color (decimal): -12504499 or 5059137. OLE color: 5059137.

HSL color Cylindrical-coordinate representation of color #41324D: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41324D is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 50 77 -
CMYK 0.16 0.35 0 0.70
HSL 273.33º 0.21% 0.25% -
HSV(B) 273.33º 0.35% 0.3% -
XYZ 4.66 3.94 7.54 -
YUV 57.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 65 50 77 0.16 0.35 0 0.70 273.33 0.21 0.25
Hex 41 32 4D 10 23 0 46 111 15 19
Octal 101 62 115 20 43 0 106 421 25 31
Binary 1000001 110010 1001101 10000 100011 0 1000110 100010001 10101 11001

Color Harmonies of #41324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41324D

Black with #41324D

Text Example


Text Example

White with #41324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41324D; }

 p { color: rgb(65,50,77); }

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

background-color css

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

 a { background-color: rgb(65,50,77); }

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

border-color css

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

 span { border-color: rgb(65,50,77); }

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