#413053

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

Shades of Jagger #413053

Tints of Jagger #413053

Color information

#413053 (or 0x413053) is unknown color: approx Jagger. HEX triplet: 41, 30 and 53. RGB value is (65,48,83). Sum of RGB (Red+Green+Blue) = 65+48+83=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #413053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413053 is #BECFAC. Grayscale: #383838. Windows color (decimal): -12505005 or 5451841. OLE color: 5451841.

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

Color convert

RGB654883-
CMYK0.220.4200.67
HSL269.14º26.72%25.69%-
HSV(B)269.14º42.17%32.55%-
XYZ4.83.868.68-
YUV57.07142.63133.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=33.16%
G=24.49%
B=42.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6548830.220.4200.67269.1426.7225.69
Hex413053162A04310d1b1a
Octal10160123265201034153332
Binary1000001110000101001110110101010010000111000011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413053; }

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

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

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

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

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

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

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

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