#40234B

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

Shades of Jagger #40234B

Tints of Jagger #40234B

Color information

#40234B (or 0x40234B) is unknown color: approx Jagger. HEX triplet: 40, 23 and 4B. RGB value is (64,35,75). Sum of RGB (Red+Green+Blue) = 64+35+75=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #40234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40234B is #BFDCB4. Grayscale: #303030. Windows color (decimal): -12573877 or 4924224. OLE color: 4924224.

HSL color Cylindrical-coordinate representation of color #40234B: hue angle of 283.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40234B is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB643575-
CMYK0.150.5300.71
HSL283.5º36.36%21.57%-
HSV(B)283.5º53.33%29.41%-
XYZ3.992.86.99-
YUV48.23143.11139.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 75 (29.69% from 255) = 43.10%
R=36.78%
G=20.11%
B=43.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6435750.150.5300.71283.536.3621.57
Hex40234BF3504711c2416
Octal10043113176501074344426
Binary1000000100011100101111111101010100011110001110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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