#412E47

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

Shades of Jagger #412E47

Tints of Jagger #412E47

Color information

#412E47 (or 0x412E47) is unknown color: approx Jagger. HEX triplet: 41, 2E and 47. RGB value is (65,46,71). Sum of RGB (Red+Green+Blue) = 65+46+71=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #412E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E47 is #BED1B8. Grayscale: #363636. Windows color (decimal): -12505529 or 4664897. OLE color: 4664897.

HSL color Cylindrical-coordinate representation of color #412E47: hue angle of 285.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412E47 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB654671-
CMYK0.080.3500.72
HSL285.6º21.37%22.94%-
HSV(B)285.6º35.21%27.84%-
XYZ4.293.536.42-
YUV54.53137.29135.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 46 (18.36% from 255) = 25.27%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=35.71%
G=25.27%
B=39.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6546710.080.3500.72285.621.3722.94
Hex412E4782304811e1517
Octal10156107104301104362527
Binary100000110111010001111000100011010010001000111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412E47; }

 p { color: rgb(65,46,71); }

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

<style>
 a { background-color: #412E47; }

 a { background-color: rgb(65,46,71); }

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

<style>
 span { border-color: #412E47; }

 span { border-color: rgb(65,46,71); }

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