#40264D

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

Shades of Jagger #40264D

Tints of Jagger #40264D

Color information

#40264D (or 0x40264D) is unknown color: approx Jagger. HEX triplet: 40, 26 and 4D. RGB value is (64,38,77). Sum of RGB (Red+Green+Blue) = 64+38+77=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #40264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40264D is #BFD9B2. Grayscale: #323232. Windows color (decimal): -12573107 or 5056064. OLE color: 5056064.

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

Color convert

RGB643877-
CMYK0.170.5100.70
HSL280º33.91%22.55%-
HSV(B)280º50.65%30.2%-
XYZ4.153.017.38-
YUV50.22143.11137.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=35.75%
G=21.23%
B=43.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6438770.170.5100.7028033.9122.55
Hex40264D11330461182217
Octal10046115216301064304227
Binary10000001001101001101100011100110100011010001100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40264D;
 }
 .AnyTagClassName
 {
   color: #40264D;
 }
</style>
background-color css

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

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

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

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

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

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