Html Css Color HEX #40314F Jagger

📋 copy color: '#40314F'

red 64 ◦ green 49 ◦ blue 79

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

Shades of Jagger #40314F

Tints of Jagger #40314F

RGB

 RED value IS 64 (25.39% from 255) = 33.33%

 GREEN value IS 49 (19.53% from 255) = 25.52%

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 33.33%
G = 25.52%
B = 41.15%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40314F (or 0x40314F) is known color: Jagger. HEX triplet: 40, 31 and 4F. RGB value is (64,49,79). Sum of RGB (Red+Green+Blue) = 64+49+79=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #40314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40314F is #BFCEB0. Grayscale: #383838. Windows color (decimal): -12570289 or 5189952. OLE color: 5189952.

HSL color Cylindrical-coordinate representation of color #40314F: hue angle of 270º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40314F is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 49 79 -
CMYK 0.19 0.38 0 0.69
HSL 270º 0.23% 0.25% -
HSV(B) 270º 0.38% 0.31% -
XYZ 4.62 3.85 7.9 -
YUV 56.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 64 49 79 0.19 0.38 0 0.69 270 0.23 0.25
Hex 40 31 4F 13 26 0 45 10E 17 19
Octal 100 61 117 23 46 0 105 416 27 31
Binary 1000000 110001 1001111 10011 100110 0 1000101 100001110 10111 11001

Color Harmonies of #40314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40314F

Black with #40314F

Text Example


Text Example

White with #40314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40314F; }

 p { color: rgb(64,49,79); }

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

background-color css

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

 a { background-color: rgb(64,49,79); }

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

border-color css

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

 span { border-color: rgb(64,49,79); }

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