Html Css Color HEX #40304D Jagger

📋 copy color: '#40304D'

red 64 ◦ green 48 ◦ blue 77

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

Shades of Jagger #40304D

Tints of Jagger #40304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

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

R = 33.86%
G = 25.4%
B = 40.74%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40304D (or 0x40304D) is known color: Jagger. HEX triplet: 40, 30 and 4D. RGB value is (64,48,77). Sum of RGB (Red+Green+Blue) = 64+48+77=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #40304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40304D is #BFCFB2. Grayscale: #373737. Windows color (decimal): -12570547 or 5058624. OLE color: 5058624.

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

Color convert

RGB 64 48 77 -
CMYK 0.17 0.38 0 0.70
HSL 273.1º 0.23% 0.25% -
HSV(B) 273.1º 0.38% 0.3% -
XYZ 4.51 3.74 7.51 -
YUV 56.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 64 48 77 0.17 0.38 0 0.70 273.1 0.23 0.25
Hex 40 30 4D 11 26 0 46 111 17 19
Octal 100 60 115 21 46 0 106 421 27 31
Binary 1000000 110000 1001101 10001 100110 0 1000110 100010001 10111 11001

Color Harmonies of #40304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40304D

Black with #40304D

Text Example


Text Example

White with #40304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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