#413353

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

Shades of Jagger #413353

Tints of Jagger #413353

Color information

#413353 (or 0x413353) is unknown color: approx Jagger. HEX triplet: 41, 33 and 53. RGB value is (65,51,83). Sum of RGB (Red+Green+Blue) = 65+51+83=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #413353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413353 is #BECCAC. Grayscale: #3A3A3A. Windows color (decimal): -12504237 or 5452609. OLE color: 5452609.

HSL color Cylindrical-coordinate representation of color #413353: hue angle of 266.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #413353 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB655183-
CMYK0.220.3900.67
HSL266.25º23.88%26.27%-
HSV(B)266.25º38.55%32.55%-
XYZ4.934.128.72-
YUV58.83141.64132.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.66%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=32.66%
G=25.63%
B=41.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6551830.220.3900.67266.2523.8826.27
Hex413353162704310a181a
Octal10163123264701034123032
Binary1000001110011101001110110100111010000111000010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413353; }

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

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

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

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

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

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

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

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