#412C4D

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

Shades of Jagger #412C4D

Tints of Jagger #412C4D

Color information

#412C4D (or 0x412C4D) is unknown color: approx Jagger. HEX triplet: 41, 2C and 4D. RGB value is (65,44,77). Sum of RGB (Red+Green+Blue) = 65+44+77=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #412C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C4D is #BED3B2. Grayscale: #353535. Windows color (decimal): -12506035 or 5057601. OLE color: 5057601.

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

Color convert

RGB654477-
CMYK0.160.4300.70
HSL278.18º27.27%23.73%-
HSV(B)278.18º42.86%30.2%-
XYZ4.423.467.46-
YUV54.04140.96135.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=34.95%
G=23.66%
B=41.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6544770.160.4300.70278.1827.2723.73
Hex412C4D102B0461161b18
Octal10154115205301064263330
Binary1000001101100100110110000101011010001101000101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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