#402A4F

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

Shades of Jagger #402A4F

Tints of Jagger #402A4F

Color information

#402A4F (or 0x402A4F) is unknown color: approx Jagger. HEX triplet: 40, 2A and 4F. RGB value is (64,42,79). Sum of RGB (Red+Green+Blue) = 64+42+79=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #402A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A4F is #BFD5B0. Grayscale: #343434. Windows color (decimal): -12572081 or 5188160. OLE color: 5188160.

HSL color Cylindrical-coordinate representation of color #402A4F: hue angle of 275.68º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #402A4F is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB644279-
CMYK0.190.4700.69
HSL275.68º30.58%23.73%-
HSV(B)275.68º46.84%30.98%-
XYZ4.353.317.81-
YUV52.8142.79135.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 42 (16.80% from 255) = 22.70%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=34.59%
G=22.70%
B=42.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6442790.190.4700.69275.6830.5823.73
Hex402A4F132F0451141f18
Octal10052117235701054243730
Binary1000000101010100111110011101111010001011000101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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