#412359

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

Shades of Jagger #412359

Tints of Jagger #412359

Color information

#412359 (or 0x412359) is unknown color: approx Jagger. HEX triplet: 41, 23 and 59. RGB value is (65,35,89). Sum of RGB (Red+Green+Blue) = 65+35+89=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #412359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412359 is #BEDCA6. Grayscale: #313131. Windows color (decimal): -12508327 or 5841729. OLE color: 5841729.

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

Color convert

RGB653589-
CMYK0.270.6100.65
HSL273.33º43.55%24.31%-
HSV(B)273.33º60.67%34.9%-
XYZ4.583.059.8-
YUV50.13149.94138.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=34.39%
G=18.52%
B=47.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6535890.270.6100.65273.3343.5524.31
Hex4123591B3D0411112c18
Octal10143131337501014215430
Binary10000011000111011001110111111010100000110001000110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412359; }

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

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

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

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

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

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

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

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