#40234C

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

Shades of Jagger #40234C

Tints of Jagger #40234C

Color information

#40234C (or 0x40234C) is unknown color: approx Jagger. HEX triplet: 40, 23 and 4C. RGB value is (64,35,76). Sum of RGB (Red+Green+Blue) = 64+35+76=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #40234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40234C is #BFDCB3. Grayscale: #303030. Windows color (decimal): -12573876 or 4989760. OLE color: 4989760.

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

Color convert

RGB643576-
CMYK0.160.5400.70
HSL282.44º36.94%21.76%-
HSV(B)282.44º53.95%29.8%-
XYZ4.022.817.17-
YUV48.34143.61139.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=36.57%
G=20%
B=43.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6435760.160.5400.70282.4436.9421.76
Hex40234C103604611a2516
Octal10043114206601064324526
Binary10000001000111001100100001101100100011010001101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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