#413352

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

Shades of Jagger #413352

Tints of Jagger #413352

Color information

#413352 (or 0x413352) is unknown color: approx Jagger. HEX triplet: 41, 33 and 52. RGB value is (65,51,82). Sum of RGB (Red+Green+Blue) = 65+51+82=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #413352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413352 is #BECCAD. Grayscale: #3A3A3A. Windows color (decimal): -12504238 or 5387073. OLE color: 5387073.

HSL color Cylindrical-coordinate representation of color #413352: hue angle of 267.1º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413352 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB655182-
CMYK0.210.3800.68
HSL267.1º23.31%26.08%-
HSV(B)267.1º37.8%32.16%-
XYZ4.894.18.52-
YUV58.72141.14132.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=32.83%
G=25.76%
B=41.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6551820.210.3800.68267.123.3126.08
Hex413352152604410b171a
Octal10163122254601044132732
Binary1000001110011101001010101100110010001001000010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413352; }

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

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

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

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

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

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

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

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