#40204B

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

Shades of Jagger #40204B

Tints of Jagger #40204B

Color information

#40204B (or 0x40204B) is unknown color: approx Jagger. HEX triplet: 40, 20 and 4B. RGB value is (64,32,75). Sum of RGB (Red+Green+Blue) = 64+32+75=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #40204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40204B is #BFDFB4. Grayscale: #2E2E2E. Windows color (decimal): -12574645 or 4923456. OLE color: 4923456.

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

Color convert

RGB643275-
CMYK0.150.5700.71
HSL284.65º40.19%20.98%-
HSV(B)284.65º57.33%29.41%-
XYZ3.92.636.96-
YUV46.47144.1140.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=37.43%
G=18.71%
B=43.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6432750.150.5700.71284.6540.1920.98
Hex40204BF3904711d2815
Octal10040113177101074355025
Binary1000000100000100101111111110010100011110001110110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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