#413247

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

Shades of Jagger #413247

Tints of Jagger #413247

Color information

#413247 (or 0x413247) is unknown color: approx Jagger. HEX triplet: 41, 32 and 47. RGB value is (65,50,71). Sum of RGB (Red+Green+Blue) = 65+50+71=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #413247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413247 is #BECDB8. Grayscale: #383838. Windows color (decimal): -12504505 or 4665921. OLE color: 4665921.

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

Color convert

RGB655071-
CMYK0.080.3000.72
HSL282.86º17.36%23.73%-
HSV(B)282.86º29.58%27.84%-
XYZ4.463.866.47-
YUV56.88135.97133.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 71 (28.12% from 255) = 38.17%
R=34.95%
G=26.88%
B=38.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6550710.080.3000.72282.8617.3623.73
Hex41324781E04811b1118
Octal10162107103601104332130
Binary10000011100101000111100011110010010001000110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413247; }

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

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

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

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

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

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

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

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