#413148

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

Shades of Jagger #413148

Tints of Jagger #413148

Color information

#413148 (or 0x413148) is unknown color: approx Jagger. HEX triplet: 41, 31 and 48. RGB value is (65,49,72). Sum of RGB (Red+Green+Blue) = 65+49+72=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #413148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413148 is #BECEB7. Grayscale: #383838. Windows color (decimal): -12504760 or 4731201. OLE color: 4731201.

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

Color convert

RGB654972-
CMYK0.100.3200.72
HSL281.74º19.01%23.73%-
HSV(B)281.74º31.94%28.24%-
XYZ4.453.796.63-
YUV56.41136.8134.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=34.95%
G=26.34%
B=38.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6549720.100.3200.72281.7419.0123.73
Hex413148A2004811a1318
Octal10161110124001104322330
Binary100000111000110010001010100000010010001000110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413148; }

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

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

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

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

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

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

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

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