#402A58

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

Shades of Jagger #402A58

Tints of Jagger #402A58

Color information

#402A58 (or 0x402A58) is unknown color: approx Jagger. HEX triplet: 40, 2A and 58. RGB value is (64,42,88). Sum of RGB (Red+Green+Blue) = 64+42+88=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #402A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A58 is #BFD5A7. Grayscale: #353535. Windows color (decimal): -12572072 or 5777984. OLE color: 5777984.

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

Color convert

RGB644288-
CMYK0.270.5200.65
HSL268.7º35.38%25.49%-
HSV(B)268.7º52.27%34.51%-
XYZ4.73.459.65-
YUV53.82147.29135.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=32.99%
G=21.65%
B=45.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6442880.270.5200.65268.735.3825.49
Hex402A581B3404110d2319
Octal10052130336401014154331
Binary10000001010101011000110111101000100000110000110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402A58; }

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

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

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

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

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

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

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

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