Html Css Color HEX #40284D Jagger

📋 copy color: '#40284D'

red 64 ◦ green 40 ◦ blue 77

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

Shades of Jagger #40284D

Tints of Jagger #40284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.1%

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

R = 35.36%
G = 22.1%
B = 42.54%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40284D (or 0x40284D) is known color: Jagger. HEX triplet: 40, 28 and 4D. RGB value is (64,40,77). Sum of RGB (Red+Green+Blue) = 64+40+77=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #40284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40284D is #BFD7B2. Grayscale: #333333. Windows color (decimal): -12572595 or 5056576. OLE color: 5056576.

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

Color convert

RGB 64 40 77 -
CMYK 0.17 0.48 0 0.70
HSL 278.92º 0.32% 0.23% -
HSV(B) 278.92º 0.48% 0.3% -
XYZ 4.21 3.14 7.41 -
YUV 51.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 64 40 77 0.17 0.48 0 0.70 278.92 0.32 0.23
Hex 40 28 4D 11 30 0 46 117 20 17
Octal 100 50 115 21 60 0 106 427 40 27
Binary 1000000 101000 1001101 10001 110000 0 1000110 100010111 100000 10111

Color Harmonies of #40284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40284D

Black with #40284D

Text Example


Text Example

White with #40284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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