#40254E

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

Shades of Jagger #40254E

Tints of Jagger #40254E

Color information

#40254E (or 0x40254E) is unknown color: approx Jagger. HEX triplet: 40, 25 and 4E. RGB value is (64,37,78). Sum of RGB (Red+Green+Blue) = 64+37+78=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #40254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40254E is #BFDAB1. Grayscale: #313131. Windows color (decimal): -12573362 or 5121344. OLE color: 5121344.

HSL color Cylindrical-coordinate representation of color #40254E: hue angle of 279.51º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40254E is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB643778-
CMYK0.180.5300.69
HSL279.51º35.65%22.55%-
HSV(B)279.51º52.56%30.59%-
XYZ4.152.967.56-
YUV49.75143.95138.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=35.75%
G=20.67%
B=43.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6437780.180.5300.69279.5135.6522.55
Hex40254E12350451182417
Octal10045116226501054304427
Binary10000001001011001110100101101010100010110001100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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