#413147

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

Shades of Jagger #413147

Tints of Jagger #413147

Color information

#413147 (or 0x413147) is unknown color: approx Jagger. HEX triplet: 41, 31 and 47. RGB value is (65,49,71). Sum of RGB (Red+Green+Blue) = 65+49+71=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 71 - color contains mainly: blue. Hex color #413147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413147 is #BECEB8. Grayscale: #383838. Windows color (decimal): -12504761 or 4665665. OLE color: 4665665.

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

Color convert

RGB654971-
CMYK0.080.3100.72
HSL283.64º18.33%23.53%-
HSV(B)283.64º30.99%27.84%-
XYZ4.423.786.46-
YUV56.29136.3134.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=35.14%
G=26.49%
B=38.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6549710.080.3100.72283.6418.3323.53
Hex41314781F04811c1218
Octal10161107103701104342230
Binary10000011100011000111100011111010010001000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413147; }

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

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

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

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

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

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

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

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