#402649

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

Shades of Jagger #402649

Tints of Jagger #402649

Color information

#402649 (or 0x402649) is unknown color: approx Jagger. HEX triplet: 40, 26 and 49. RGB value is (64,38,73). Sum of RGB (Red+Green+Blue) = 64+38+73=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #402649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402649 is #BFD9B6. Grayscale: #313131. Windows color (decimal): -12573111 or 4793920. OLE color: 4793920.

HSL color Cylindrical-coordinate representation of color #402649: hue angle of 284.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402649 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB643873-
CMYK0.120.4800.71
HSL284.57º31.53%21.76%-
HSV(B)284.57º47.95%28.63%-
XYZ4.012.966.66-
YUV49.76141.11138.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=36.57%
G=21.71%
B=41.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6438730.120.4800.71284.5731.5321.76
Hex402649C3004711d2016
Octal10046111146001074354026
Binary1000000100110100100111001100000100011110001110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402649; }

 p { color: rgb(64,38,73); }

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

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

 a { background-color: rgb(64,38,73); }

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

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

 span { border-color: rgb(64,38,73); }

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