#40264C

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

Shades of Jagger #40264C

Tints of Jagger #40264C

Color information

#40264C (or 0x40264C) is unknown color: approx Jagger. HEX triplet: 40, 26 and 4C. RGB value is (64,38,76). Sum of RGB (Red+Green+Blue) = 64+38+76=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #40264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40264C is #BFD9B3. Grayscale: #313131. Windows color (decimal): -12573108 or 4990528. OLE color: 4990528.

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

Color convert

RGB643876-
CMYK0.160.500.70
HSL281.05º33.33%22.35%-
HSV(B)281.05º50%29.8%-
XYZ4.1137.2-
YUV50.11142.61137.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 76 (30.08% from 255) = 42.70%
R=35.96%
G=21.35%
B=42.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6438760.160.500.70281.0533.3322.35
Hex40264C10320461192116
Octal10046114206201064314126
Binary10000001001101001100100001100100100011010001100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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