Html Css Color HEX #413249 Jagger

📋 copy color: '#413249'

red 65 ◦ green 50 ◦ blue 73

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

Shades of Jagger #413249

Tints of Jagger #413249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 38.83%

R = 34.57%
G = 26.6%
B = 38.83%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#413249 (or 0x413249) is known color: Jagger. HEX triplet: 41, 32 and 49. RGB value is (65,50,73). Sum of RGB (Red+Green+Blue) = 65+50+73=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 73 - color contains mainly: blue. Hex color #413249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413249 is #BECDB6. Grayscale: #393939. Windows color (decimal): -12504503 or 4796993. OLE color: 4796993.

HSL color Cylindrical-coordinate representation of color #413249: hue angle of 279.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #413249 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 50 73 -
CMYK 0.11 0.32 0 0.71
HSL 279.13º 0.19% 0.24% -
HSV(B) 279.13º 0.32% 0.29% -
XYZ 4.52 3.89 6.82 -
YUV 57.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 65 50 73 0.11 0.32 0 0.71 279.13 0.19 0.24
Hex 41 32 49 B 20 0 47 117 13 18
Octal 101 62 111 13 40 0 107 427 23 30
Binary 1000001 110010 1001001 1011 100000 0 1000111 100010111 10011 11000

Color Harmonies of #413249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413249

Black with #413249

Text Example


Text Example

White with #413249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413249; }

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

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

background-color css

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

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

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

border-color css

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

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

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