#413253

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

Shades of Jagger #413253

Tints of Jagger #413253

Color information

#413253 (or 0x413253) is unknown color: approx Jagger. HEX triplet: 41, 32 and 53. RGB value is (65,50,83). Sum of RGB (Red+Green+Blue) = 65+50+83=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #413253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413253 is #BECDAC. Grayscale: #3A3A3A. Windows color (decimal): -12504493 or 5452353. OLE color: 5452353.

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

Color convert

RGB655083-
CMYK0.220.4000.67
HSL267.27º24.81%26.08%-
HSV(B)267.27º39.76%32.55%-
XYZ4.884.038.7-
YUV58.25141.97132.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=32.83%
G=25.25%
B=41.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6550830.220.4000.67267.2724.8126.08
Hex413253162804310b191a
Octal10162123265001034133132
Binary1000001110010101001110110101000010000111000010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413253; }

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

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

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

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

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

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

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

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