#413252

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

Shades of Jagger #413252

Tints of Jagger #413252

Color information

#413252 (or 0x413252) is unknown color: approx Jagger. HEX triplet: 41, 32 and 52. RGB value is (65,50,82). Sum of RGB (Red+Green+Blue) = 65+50+82=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #413252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413252 is #BECDAD. Grayscale: #3A3A3A. Windows color (decimal): -12504494 or 5386817. OLE color: 5386817.

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

Color convert

RGB655082-
CMYK0.210.3900.68
HSL268.12º24.24%25.88%-
HSV(B)268.12º39.02%32.16%-
XYZ4.844.018.5-
YUV58.13141.47132.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=32.99%
G=25.38%
B=41.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6550820.210.3900.68268.1224.2425.88
Hex413252152704410c181a
Octal10162122254701044143032
Binary1000001110010101001010101100111010001001000011001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413252; }

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

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

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

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

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

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

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

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