#40214D

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

Shades of Jagger #40214D

Tints of Jagger #40214D

Color information

#40214D (or 0x40214D) is unknown color: approx Jagger. HEX triplet: 40, 21 and 4D. RGB value is (64,33,77). Sum of RGB (Red+Green+Blue) = 64+33+77=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #40214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40214D is #BFDEB2. Grayscale: #2F2F2F. Windows color (decimal): -12574387 or 5054784. OLE color: 5054784.

HSL color Cylindrical-coordinate representation of color #40214D: hue angle of 282.27º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40214D is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB643377-
CMYK0.170.5700.70
HSL282.27º40%21.57%-
HSV(B)282.27º57.14%30.2%-
XYZ42.717.33-
YUV47.28144.77139.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=36.78%
G=18.97%
B=44.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6433770.170.5700.70282.274021.57
Hex40214D113904611a2816
Octal10041115217101064325026
Binary10000001000011001101100011110010100011010001101010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40214D; }

 p { color: rgb(64,33,77); }

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

<style>
 a { background-color: #40214D; }

 a { background-color: rgb(64,33,77); }

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

<style>
 span { border-color: #40214D; }

 span { border-color: rgb(64,33,77); }

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