#402A4B

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

Shades of Jagger #402A4B

Tints of Jagger #402A4B

Color information

#402A4B (or 0x402A4B) is unknown color: approx Jagger. HEX triplet: 40, 2A and 4B. RGB value is (64,42,75). Sum of RGB (Red+Green+Blue) = 64+42+75=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #402A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A4B is #BFD5B4. Grayscale: #343434. Windows color (decimal): -12572085 or 4926016. OLE color: 4926016.

HSL color Cylindrical-coordinate representation of color #402A4B: hue angle of 280º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402A4B is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB644275-
CMYK0.150.4400.71
HSL280º28.21%22.94%-
HSV(B)280º44%29.41%-
XYZ4.213.257.06-
YUV52.34140.79136.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=35.36%
G=23.20%
B=41.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6442750.150.4400.7128028.2122.94
Hex402A4BF2C0471181c17
Octal10052113175401074303427
Binary100000010101010010111111101100010001111000110001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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