#412E4D

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

Shades of Jagger #412E4D

Tints of Jagger #412E4D

Color information

#412E4D (or 0x412E4D) is unknown color: approx Jagger. HEX triplet: 41, 2E and 4D. RGB value is (65,46,77). Sum of RGB (Red+Green+Blue) = 65+46+77=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #412E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E4D is #BED1B2. Grayscale: #373737. Windows color (decimal): -12505523 or 5058113. OLE color: 5058113.

HSL color Cylindrical-coordinate representation of color #412E4D: hue angle of 276.77º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #412E4D is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB654677-
CMYK0.160.4000.70
HSL276.77º25.2%24.12%-
HSV(B)276.77º40.26%30.2%-
XYZ4.53.617.48-
YUV55.22140.29134.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 46 (18.36% from 255) = 24.47%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=34.57%
G=24.47%
B=40.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6546770.160.4000.70276.7725.224.12
Hex412E4D10280461151918
Octal10156115205001064253130
Binary1000001101110100110110000101000010001101000101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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