#402758

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

Shades of Jagger #402758

Tints of Jagger #402758

Color information

#402758 (or 0x402758) is unknown color: approx Jagger. HEX triplet: 40, 27 and 58. RGB value is (64,39,88). Sum of RGB (Red+Green+Blue) = 64+39+88=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #402758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402758 is #BFD8A7. Grayscale: #333333. Windows color (decimal): -12572840 or 5777216. OLE color: 5777216.

HSL color Cylindrical-coordinate representation of color #402758: hue angle of 270.61º 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 #402758 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB643988-
CMYK0.270.5600.65
HSL270.61º38.58%24.9%-
HSV(B)270.61º55.68%34.51%-
XYZ4.63.259.62-
YUV52.06148.28136.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=33.51%
G=20.42%
B=46.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6439880.270.5600.65270.6138.5824.9
Hex4027581B3804110f2719
Octal10047130337001014174731
Binary10000001001111011000110111110000100000110000111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402758; }

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

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

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

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

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

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

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

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