#403054

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

Shades of Jagger #403054

Tints of Jagger #403054

Color information

#403054 (or 0x403054) is unknown color: approx Jagger. HEX triplet: 40, 30 and 54. RGB value is (64,48,84). Sum of RGB (Red+Green+Blue) = 64+48+84=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #403054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403054 is #BFCFAB. Grayscale: #383838. Windows color (decimal): -12570540 or 5517376. OLE color: 5517376.

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

Color convert

RGB644884-
CMYK0.240.4300.67
HSL266.67º27.27%25.88%-
HSV(B)266.67º42.86%32.94%-
XYZ4.773.848.88-
YUV56.89143.3133.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=32.65%
G=24.49%
B=42.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6448840.240.4300.67266.6727.2725.88
Hex403054182B04310b1b1a
Octal10060124305301034133332
Binary1000000110000101010011000101011010000111000010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403054; }

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

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

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

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

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

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

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

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