#413151

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

Shades of Jagger #413151

Tints of Jagger #413151

Color information

#413151 (or 0x413151) is unknown color: approx Jagger. HEX triplet: 41, 31 and 51. RGB value is (65,49,81). Sum of RGB (Red+Green+Blue) = 65+49+81=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #413151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413151 is #BECEAE. Grayscale: #393939. Windows color (decimal): -12504751 or 5321025. OLE color: 5321025.

HSL color Cylindrical-coordinate representation of color #413151: hue angle of 270º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #413151 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB654981-
CMYK0.200.4000.68
HSL270º24.62%25.49%-
HSV(B)270º39.51%31.76%-
XYZ4.763.918.29-
YUV57.43141.3133.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=33.33%
G=25.13%
B=41.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6549810.200.4000.6827024.6225.49
Hex413151142804410e1919
Octal10161121245001044163131
Binary1000001110001101000110100101000010001001000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413151; }

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

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

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

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

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

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

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

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