#413152

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

Shades of Jagger #413152

Tints of Jagger #413152

Color information

#413152 (or 0x413152) is unknown color: approx Jagger. HEX triplet: 41, 31 and 52. RGB value is (65,49,82). Sum of RGB (Red+Green+Blue) = 65+49+82=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #413152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413152 is #BECEAD. Grayscale: #393939. Windows color (decimal): -12504750 or 5386561. OLE color: 5386561.

HSL color Cylindrical-coordinate representation of color #413152: hue angle of 269.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #413152 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB654982-
CMYK0.210.4000.68
HSL269.09º25.19%25.69%-
HSV(B)269.09º40.24%32.16%-
XYZ4.83.938.49-
YUV57.55141.8133.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=33.16%
G=25%
B=41.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6549820.210.4000.68269.0925.1925.69
Hex413152152804410d191a
Octal10161122255001044153132
Binary1000001110001101001010101101000010001001000011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413152; }

 p { color: rgb(65,49,82); }

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

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

 a { background-color: rgb(65,49,82); }

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

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

 span { border-color: rgb(65,49,82); }

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