#40214A

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

Shades of Jagger #40214A

Tints of Jagger #40214A

Color information

#40214A (or 0x40214A) is unknown color: approx Jagger. HEX triplet: 40, 21 and 4A. RGB value is (64,33,74). Sum of RGB (Red+Green+Blue) = 64+33+74=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #40214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40214A is #BFDEB5. Grayscale: #2E2E2E. Windows color (decimal): -12574390 or 4858176. OLE color: 4858176.

HSL color Cylindrical-coordinate representation of color #40214A: hue angle of 285.37º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40214A is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB643374-
CMYK0.140.5500.71
HSL285.37º38.32%20.98%-
HSV(B)285.37º55.41%29.02%-
XYZ3.892.676.79-
YUV46.94143.27140.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 74 (29.30% from 255) = 43.27%
R=37.43%
G=19.30%
B=43.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6433740.140.5500.71285.3738.3220.98
Hex40214AE3704711d2615
Octal10041112166701074354625
Binary1000000100001100101011101101110100011110001110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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