#413047

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

Shades of Jagger #413047

Tints of Jagger #413047

Color information

#413047 (or 0x413047) is unknown color: approx Jagger. HEX triplet: 41, 30 and 47. RGB value is (65,48,71). Sum of RGB (Red+Green+Blue) = 65+48+71=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #413047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413047 is #BECFB8. Grayscale: #373737. Windows color (decimal): -12505017 or 4665409. OLE color: 4665409.

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

Color convert

RGB654871-
CMYK0.080.3200.72
HSL284.35º19.33%23.33%-
HSV(B)284.35º32.39%27.84%-
XYZ4.373.696.44-
YUV55.7136.63134.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=35.33%
G=26.09%
B=38.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6548710.080.3200.72284.3519.3323.33
Hex41304782004811c1317
Octal10160107104001104342327
Binary100000111000010001111000100000010010001000111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413047; }

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

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

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

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

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

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

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

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