#402054

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

Shades of Jagger #402054

Tints of Jagger #402054

Color information

#402054 (or 0x402054) is unknown color: approx Jagger. HEX triplet: 40, 20 and 54. RGB value is (64,32,84). Sum of RGB (Red+Green+Blue) = 64+32+84=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #402054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402054 is #BFDFAB. Grayscale: #2F2F2F. Windows color (decimal): -12574636 or 5513280. OLE color: 5513280.

HSL color Cylindrical-coordinate representation of color #402054: hue angle of 276.92º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402054 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB643284-
CMYK0.240.6200.67
HSL276.92º44.83%22.75%-
HSV(B)276.92º61.9%32.94%-
XYZ4.232.768.7-
YUV47.5148.6139.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 84 (33.20% from 255) = 46.67%
R=35.56%
G=17.78%
B=46.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6432840.240.6200.67276.9244.8322.75
Hex402054183E0431152d17
Octal10040124307601034255527
Binary10000001000001010100110001111100100001110001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402054; }

 p { color: rgb(64,32,84); }

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

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

 a { background-color: rgb(64,32,84); }

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

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

 span { border-color: rgb(64,32,84); }

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