#413451

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

Shades of Jagger #413451

Tints of Jagger #413451

Color information

#413451 (or 0x413451) is unknown color: approx Jagger. HEX triplet: 41, 34 and 51. RGB value is (65,52,81). Sum of RGB (Red+Green+Blue) = 65+52+81=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #413451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413451 is #BECBAE. Grayscale: #3B3B3B. Windows color (decimal): -12503983 or 5321793. OLE color: 5321793.

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

Color convert

RGB655281-
CMYK0.200.3600.68
HSL266.9º21.8%26.08%-
HSV(B)266.9º35.8%31.76%-
XYZ4.894.178.33-
YUV59.19140.31132.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=32.83%
G=26.26%
B=40.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6552810.200.3600.68266.921.826.08
Hex413451142404410b161a
Octal10164121244401044132632
Binary1000001110100101000110100100100010001001000010111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413451; }

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

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

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

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

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

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

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

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