Html Css Color HEX #40294C Jagger

📋 copy color: '#40294C'

red 64 ◦ green 41 ◦ blue 76

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

Shades of Jagger #40294C

Tints of Jagger #40294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 35.36%
G = 22.65%
B = 41.99%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40294C (or 0x40294C) is known color: Jagger. HEX triplet: 40, 29 and 4C. RGB value is (64,41,76). Sum of RGB (Red+Green+Blue) = 64+41+76=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #40294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40294C is #BFD6B3. Grayscale: #333333. Windows color (decimal): -12572340 or 4991296. OLE color: 4991296.

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

Color convert

RGB 64 41 76 -
CMYK 0.16 0.46 0 0.70
HSL 279.43º 0.3% 0.23% -
HSV(B) 279.43º 0.46% 0.3% -
XYZ 4.21 3.2 7.23 -
YUV 51.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 64 41 76 0.16 0.46 0 0.70 279.43 0.3 0.23
Hex 40 29 4C 10 2E 0 46 117 1E 17
Octal 100 51 114 20 56 0 106 427 36 27
Binary 1000000 101001 1001100 10000 101110 0 1000110 100010111 11110 10111

Color Harmonies of #40294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40294C

Black with #40294C

Text Example


Text Example

White with #40294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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