#40284D

Color #40284D Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #40284D

Tints of Jagger #40284D

Color information

#40284D (or 0x40284D) is unknown color: approx 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

RGB644077-
CMYK0.170.4800.70
HSL278.92º31.62%22.94%-
HSV(B)278.92º48.05%30.2%-
XYZ4.213.147.41-
YUV51.39142.45136.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=35.36%
G=22.10%
B=42.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6440770.170.4800.70278.9231.6222.94
Hex40284D11300461172017
Octal10050115216001064274027
Binary10000001010001001101100011100000100011010001011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>