#40214B

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

Shades of Jagger #40214B

Tints of Jagger #40214B

Color information

#40214B (or 0x40214B) is unknown color: approx Jagger. HEX triplet: 40, 21 and 4B. RGB value is (64,33,75). Sum of RGB (Red+Green+Blue) = 64+33+75=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #40214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40214B is #BFDEB4. Grayscale: #2E2E2E. Windows color (decimal): -12574389 or 4923712. OLE color: 4923712.

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

Color convert

RGB643375-
CMYK0.150.5600.71
HSL284.29º38.89%21.18%-
HSV(B)284.29º56%29.41%-
XYZ3.932.696.97-
YUV47.06143.77140.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=37.21%
G=19.19%
B=43.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6433750.150.5600.71284.2938.8921.18
Hex40214BF3804711c2715
Octal10041113177001074344725
Binary1000000100001100101111111110000100011110001110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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