#402759

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

Shades of Jagger #402759

Tints of Jagger #402759

Color information

#402759 (or 0x402759) is unknown color: approx Jagger. HEX triplet: 40, 27 and 59. RGB value is (64,39,89). Sum of RGB (Red+Green+Blue) = 64+39+89=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #402759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402759 is #BFD8A6. Grayscale: #333333. Windows color (decimal): -12572839 or 5842752. OLE color: 5842752.

HSL color Cylindrical-coordinate representation of color #402759: hue angle of 270º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #402759 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB643989-
CMYK0.280.5600.65
HSL270º39.06%25.1%-
HSV(B)270º56.18%34.9%-
XYZ4.643.269.84-
YUV52.18148.78136.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=33.33%
G=20.31%
B=46.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6439890.280.5600.6527039.0625.1
Hex4027591C3804110e2719
Octal10047131347001014164731
Binary10000001001111011001111001110000100000110000111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402759; }

 p { color: rgb(64,39,89); }

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

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

 a { background-color: rgb(64,39,89); }

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

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

 span { border-color: rgb(64,39,89); }

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