#412E57

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

Shades of Jagger #412E57

Tints of Jagger #412E57

Color information

#412E57 (or 0x412E57) is unknown color: approx Jagger. HEX triplet: 41, 2E and 57. RGB value is (65,46,87). Sum of RGB (Red+Green+Blue) = 65+46+87=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #412E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E57 is #BED1A8. Grayscale: #383838. Windows color (decimal): -12505513 or 5713473. OLE color: 5713473.

HSL color Cylindrical-coordinate representation of color #412E57: hue angle of 267.8º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #412E57 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB654687-
CMYK0.250.4700.66
HSL267.8º30.83%26.08%-
HSV(B)267.8º47.13%34.12%-
XYZ4.883.779.49-
YUV56.36145.29134.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=32.83%
G=23.23%
B=43.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6546870.250.4700.66267.830.8326.08
Hex412E57192F04210c1f1a
Octal10156127315701024143732
Binary1000001101110101011111001101111010000101000011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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