#413347

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

Shades of Jagger #413347

Tints of Jagger #413347

Color information

#413347 (or 0x413347) is unknown color: approx Jagger. HEX triplet: 41, 33 and 47. RGB value is (65,51,71). Sum of RGB (Red+Green+Blue) = 65+51+71=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #413347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413347 is #BECCB8. Grayscale: #393939. Windows color (decimal): -12504249 or 4666177. OLE color: 4666177.

HSL color Cylindrical-coordinate representation of color #413347: hue angle of 282º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #413347 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB655171-
CMYK0.080.2800.72
HSL282º16.39%23.92%-
HSV(B)282º28.17%27.84%-
XYZ4.53.956.49-
YUV57.47135.64133.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=34.76%
G=27.27%
B=37.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6551710.080.2800.7228216.3923.92
Hex41334781C04811a1018
Octal10163107103401104322030
Binary10000011100111000111100011100010010001000110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413347; }

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

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

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

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

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

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

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

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