#412959

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

Shades of Jagger #412959

Tints of Jagger #412959

Color information

#412959 (or 0x412959) is unknown color: approx Jagger. HEX triplet: 41, 29 and 59. RGB value is (65,41,89). Sum of RGB (Red+Green+Blue) = 65+41+89=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #412959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412959 is #BED6A6. Grayscale: #353535. Windows color (decimal): -12506791 or 5843265. OLE color: 5843265.

HSL color Cylindrical-coordinate representation of color #412959: hue angle of 270º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412959 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB654189-
CMYK0.270.5400.65
HSL270º36.92%25.49%-
HSV(B)270º53.93%34.9%-
XYZ4.783.439.86-
YUV53.65147.95136.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=33.33%
G=21.03%
B=45.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6541890.270.5400.6527036.9225.49
Hex4129591B3604110e2519
Octal10151131336601014164531
Binary10000011010011011001110111101100100000110000111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412959; }

 p { color: rgb(65,41,89); }

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

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

 a { background-color: rgb(65,41,89); }

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

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

 span { border-color: rgb(65,41,89); }

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