#402948

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

Shades of Jagger #402948

Tints of Jagger #402948

Color information

#402948 (or 0x402948) is unknown color: approx Jagger. HEX triplet: 40, 29 and 48. RGB value is (64,41,72). Sum of RGB (Red+Green+Blue) = 64+41+72=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #402948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402948 is #BFD6B7. Grayscale: #333333. Windows color (decimal): -12572344 or 4729152. OLE color: 4729152.

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

Color convert

RGB644172-
CMYK0.110.4300.72
HSL284.52º27.43%22.16%-
HSV(B)284.52º43.06%28.24%-
XYZ4.083.146.52-
YUV51.41139.62136.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=36.16%
G=23.16%
B=40.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6441720.110.4300.72284.5227.4322.16
Hex402948B2B04811d1b16
Octal10051110135301104353326
Binary100000010100110010001011101011010010001000111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402948; }

 p { color: rgb(64,41,72); }

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

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

 a { background-color: rgb(64,41,72); }

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

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

 span { border-color: rgb(64,41,72); }

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