#413550

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

Shades of Jagger #413550

Tints of Jagger #413550

Color information

#413550 (or 0x413550) is unknown color: approx Jagger. HEX triplet: 41, 35 and 50. RGB value is (65,53,80). Sum of RGB (Red+Green+Blue) = 65+53+80=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #413550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413550 is #BECAAF. Grayscale: #3B3B3B. Windows color (decimal): -12503728 or 5256513. OLE color: 5256513.

HSL color Cylindrical-coordinate representation of color #413550: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #413550 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB655380-
CMYK0.190.3400.69
HSL266.67º20.3%26.08%-
HSV(B)266.67º33.75%31.37%-
XYZ4.94.258.15-
YUV59.67139.48131.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=32.83%
G=26.77%
B=40.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6553800.190.3400.69266.6720.326.08
Hex413550132204510b141a
Octal10165120234201054132432
Binary1000001110101101000010011100010010001011000010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413550; }

 p { color: rgb(65,53,80); }

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

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

 a { background-color: rgb(65,53,80); }

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

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

 span { border-color: rgb(65,53,80); }

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