#40254D

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

Shades of Jagger #40254D

Tints of Jagger #40254D

Color information

#40254D (or 0x40254D) is unknown color: approx Jagger. HEX triplet: 40, 25 and 4D. RGB value is (64,37,77). Sum of RGB (Red+Green+Blue) = 64+37+77=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #40254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40254D is #BFDAB2. Grayscale: #313131. Windows color (decimal): -12573363 or 5055808. OLE color: 5055808.

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

Color convert

RGB643777-
CMYK0.170.5200.70
HSL280.5º35.09%22.35%-
HSV(B)280.5º51.95%30.2%-
XYZ4.122.957.37-
YUV49.63143.45138.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=35.96%
G=20.79%
B=43.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6437770.170.5200.70280.535.0922.35
Hex40254D11340461182316
Octal10045115216401064304326
Binary10000001001011001101100011101000100011010001100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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