#402847

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

Shades of Jagger #402847

Tints of Jagger #402847

Color information

#402847 (or 0x402847) is unknown color: approx Jagger. HEX triplet: 40, 28 and 47. RGB value is (64,40,71). Sum of RGB (Red+Green+Blue) = 64+40+71=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #402847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402847 is #BFD7B8. Grayscale: #323232. Windows color (decimal): -12572601 or 4663360. OLE color: 4663360.

HSL color Cylindrical-coordinate representation of color #402847: hue angle of 286.45º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402847 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB644071-
CMYK0.100.4400.72
HSL286.45º27.93%21.76%-
HSV(B)286.45º43.66%27.84%-
XYZ4.013.066.34-
YUV50.71139.45137.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=36.57%
G=22.86%
B=40.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6440710.100.4400.72286.4527.9321.76
Hex402847A2C04811e1c16
Octal10050107125401104363426
Binary100000010100010001111010101100010010001000111101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402847; }

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

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

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

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

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

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

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

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