#413354

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

Shades of Jagger #413354

Tints of Jagger #413354

Color information

#413354 (or 0x413354) is unknown color: approx Jagger. HEX triplet: 41, 33 and 54. RGB value is (65,51,84). Sum of RGB (Red+Green+Blue) = 65+51+84=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #413354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413354 is #BECCAB. Grayscale: #3A3A3A. Windows color (decimal): -12504236 or 5518145. OLE color: 5518145.

HSL color Cylindrical-coordinate representation of color #413354: hue angle of 265.45º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #413354 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB655184-
CMYK0.230.3900.67
HSL265.45º24.44%26.47%-
HSV(B)265.45º39.29%32.94%-
XYZ4.964.138.92-
YUV58.95142.14132.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 84 (33.20% from 255) = 42%
R=32.5%
G=25.5%
B=42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6551840.230.3900.67265.4524.4426.47
Hex4133541727043109181a
Octal10163124274701034113032
Binary1000001110011101010010111100111010000111000010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413354; }

 p { color: rgb(65,51,84); }

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

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

 a { background-color: rgb(65,51,84); }

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

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

 span { border-color: rgb(65,51,84); }

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