#40274C

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

Shades of Jagger #40274C

Tints of Jagger #40274C

Color information

#40274C (or 0x40274C) is unknown color: approx Jagger. HEX triplet: 40, 27 and 4C. RGB value is (64,39,76). Sum of RGB (Red+Green+Blue) = 64+39+76=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #40274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40274C is #BFD8B3. Grayscale: #323232. Windows color (decimal): -12572852 or 4990784. OLE color: 4990784.

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

Color convert

RGB643976-
CMYK0.160.4900.70
HSL280.54º32.17%22.55%-
HSV(B)280.54º48.68%29.8%-
XYZ4.143.067.21-
YUV50.69142.28137.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=35.75%
G=21.79%
B=42.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6439760.160.4900.70280.5432.1722.55
Hex40274C10310461192017
Octal10047114206101064314027
Binary10000001001111001100100001100010100011010001100110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40274C; }

 p { color: rgb(64,39,76); }

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

<style>
 a { background-color: #40274C; }

 a { background-color: rgb(64,39,76); }

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

<style>
 span { border-color: #40274C; }

 span { border-color: rgb(64,39,76); }

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