#402852

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

Shades of Jagger #402852

Tints of Jagger #402852

Color information

#402852 (or 0x402852) is unknown color: approx Jagger. HEX triplet: 40, 28 and 52. RGB value is (64,40,82). Sum of RGB (Red+Green+Blue) = 64+40+82=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #402852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402852 is #BFD7AD. Grayscale: #333333. Windows color (decimal): -12572590 or 5384256. OLE color: 5384256.

HSL color Cylindrical-coordinate representation of color #402852: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #402852 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB644082-
CMYK0.220.5100.68
HSL274.29º34.43%23.92%-
HSV(B)274.29º51.22%32.16%-
XYZ4.43.228.37-
YUV51.96144.95136.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=34.41%
G=21.51%
B=44.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6440820.220.5100.68274.2934.4323.92
Hex40285216330441122218
Octal10050122266301044224230
Binary10000001010001010010101101100110100010010001001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402852; }

 p { color: rgb(64,40,82); }

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

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

 a { background-color: rgb(64,40,82); }

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

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

 span { border-color: rgb(64,40,82); }

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