#412F4D

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

Shades of Jagger #412F4D

Tints of Jagger #412F4D

Color information

#412F4D (or 0x412F4D) is unknown color: approx Jagger. HEX triplet: 41, 2F and 4D. RGB value is (65,47,77). Sum of RGB (Red+Green+Blue) = 65+47+77=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #412F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F4D is #BED0B2. Grayscale: #373737. Windows color (decimal): -12505267 or 5058369. OLE color: 5058369.

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

Color convert

RGB654777-
CMYK0.160.3900.70
HSL276º24.19%24.31%-
HSV(B)276º38.96%30.2%-
XYZ4.543.697.49-
YUV55.8139.96134.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=34.39%
G=24.87%
B=40.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6547770.160.3900.7027624.1924.31
Hex412F4D10270461141818
Octal10157115204701064243030
Binary1000001101111100110110000100111010001101000101001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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