#413453

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

Shades of Jagger #413453

Tints of Jagger #413453

Color information

#413453 (or 0x413453) is unknown color: approx Jagger. HEX triplet: 41, 34 and 53. RGB value is (65,52,83). Sum of RGB (Red+Green+Blue) = 65+52+83=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #413453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413453 is #BECBAC. Grayscale: #3B3B3B. Windows color (decimal): -12503981 or 5452865. OLE color: 5452865.

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

Color convert

RGB655283-
CMYK0.220.3700.67
HSL265.16º22.96%26.47%-
HSV(B)265.16º37.35%32.55%-
XYZ4.974.28.73-
YUV59.42141.31131.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=32.5%
G=26%
B=41.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6552830.220.3700.67265.1622.9626.47
Hex4134531625043109171a
Octal10164123264501034112732
Binary1000001110100101001110110100101010000111000010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413453; }

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

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

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

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

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

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

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

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