Html Css Color HEX #40204D Jagger

📋 copy color: '#40204D'

red 64 ◦ green 32 ◦ blue 77

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

Shades of Jagger #40204D

Tints of Jagger #40204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

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

R = 36.99%
G = 18.5%
B = 44.51%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40204D (or 0x40204D) is known color: Jagger. HEX triplet: 40, 20 and 4D. RGB value is (64,32,77). Sum of RGB (Red+Green+Blue) = 64+32+77=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #40204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40204D is #BFDFB2. Grayscale: #2E2E2E. Windows color (decimal): -12574643 or 5054528. OLE color: 5054528.

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

Color convert

RGB 64 32 77 -
CMYK 0.17 0.58 0 0.70
HSL 282.67º 0.41% 0.21% -
HSV(B) 282.67º 0.58% 0.3% -
XYZ 3.97 2.66 7.33 -
YUV 46.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 64 32 77 0.17 0.58 0 0.70 282.67 0.41 0.21
Hex 40 20 4D 11 3A 0 46 11B 29 15
Octal 100 40 115 21 72 0 106 433 51 25
Binary 1000000 100000 1001101 10001 111010 0 1000110 100011011 101001 10101

Color Harmonies of #40204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40204D

Black with #40204D

Text Example


Text Example

White with #40204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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