#403254

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

Shades of Jagger #403254

Tints of Jagger #403254

Color information

#403254 (or 0x403254) is unknown color: approx Jagger. HEX triplet: 40, 32 and 54. RGB value is (64,50,84). Sum of RGB (Red+Green+Blue) = 64+50+84=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #403254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403254 is #BFCDAB. Grayscale: #393939. Windows color (decimal): -12570028 or 5517888. OLE color: 5517888.

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

Color convert

RGB645084-
CMYK0.240.4000.67
HSL264.71º25.37%26.27%-
HSV(B)264.71º40.48%32.94%-
XYZ4.864.018.91-
YUV58.06142.64132.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=32.32%
G=25.25%
B=42.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6450840.240.4000.67264.7125.3726.27
Hex4032541828043109191a
Octal10062124305001034113132
Binary1000000110010101010011000101000010000111000010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403254; }

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

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

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

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

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

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

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

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