Html Css Color HEX #40294D Jagger

📋 copy color: '#40294D'

red 64 ◦ green 41 ◦ blue 77

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

Shades of Jagger #40294D

Tints of Jagger #40294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

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

R = 35.16%
G = 22.53%
B = 42.31%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40294D (or 0x40294D) is known color: Jagger. HEX triplet: 40, 29 and 4D. RGB value is (64,41,77). Sum of RGB (Red+Green+Blue) = 64+41+77=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #40294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40294D is #BFD6B2. Grayscale: #333333. Windows color (decimal): -12572339 or 5056832. OLE color: 5056832.

HSL color Cylindrical-coordinate representation of color #40294D: hue angle of 278.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40294D is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 41 77 -
CMYK 0.17 0.47 0 0.70
HSL 278.33º 0.31% 0.23% -
HSV(B) 278.33º 0.47% 0.3% -
XYZ 4.25 3.21 7.42 -
YUV 51.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 64 41 77 0.17 0.47 0 0.70 278.33 0.31 0.23
Hex 40 29 4D 11 2F 0 46 116 1F 17
Octal 100 51 115 21 57 0 106 426 37 27
Binary 1000000 101001 1001101 10001 101111 0 1000110 100010110 11111 10111

Color Harmonies of #40294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40294D

Black with #40294D

Text Example


Text Example

White with #40294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,41,77); }

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

background-color css

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

 a { background-color: rgb(64,41,77); }

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

border-color css

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

 span { border-color: rgb(64,41,77); }

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