#413350

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

Shades of Jagger #413350

Tints of Jagger #413350

Color information

#413350 (or 0x413350) is unknown color: approx Jagger. HEX triplet: 41, 33 and 50. RGB value is (65,51,80). Sum of RGB (Red+Green+Blue) = 65+51+80=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #413350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413350 is #BECCAF. Grayscale: #3A3A3A. Windows color (decimal): -12504240 or 5256001. OLE color: 5256001.

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

Color convert

RGB655180-
CMYK0.190.3600.69
HSL268.97º22.14%25.69%-
HSV(B)268.97º36.25%31.37%-
XYZ4.814.078.12-
YUV58.49140.14132.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=33.16%
G=26.02%
B=40.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6551800.190.3600.69268.9722.1425.69
Hex413350132404510d161a
Octal10163120234401054152632
Binary1000001110011101000010011100100010001011000011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413350; }

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

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

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

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

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

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

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

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