#412C4A

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

Shades of Jagger #412C4A

Tints of Jagger #412C4A

Color information

#412C4A (or 0x412C4A) is unknown color: approx Jagger. HEX triplet: 41, 2C and 4A. RGB value is (65,44,74). Sum of RGB (Red+Green+Blue) = 65+44+74=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #412C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C4A is #BED3B5. Grayscale: #353535. Windows color (decimal): -12506038 or 4860993. OLE color: 4860993.

HSL color Cylindrical-coordinate representation of color #412C4A: hue angle of 282º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #412C4A is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB654474-
CMYK0.120.4100.71
HSL282º25.42%23.14%-
HSV(B)282º40.54%29.02%-
XYZ4.323.426.91-
YUV53.7139.46136.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=35.52%
G=24.04%
B=40.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6544740.120.4100.7128225.4223.14
Hex412C4AC2904711a1917
Octal10154112145101074323127
Binary100000110110010010101100101001010001111000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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