#403050

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

Shades of Jagger #403050

Tints of Jagger #403050

Color information

#403050 (or 0x403050) is unknown color: approx Jagger. HEX triplet: 40, 30 and 50. RGB value is (64,48,80). Sum of RGB (Red+Green+Blue) = 64+48+80=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #403050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403050 is #BFCFAF. Grayscale: #383838. Windows color (decimal): -12570544 or 5255232. OLE color: 5255232.

HSL color Cylindrical-coordinate representation of color #403050: hue angle of 270º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403050 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB644880-
CMYK0.200.4000.69
HSL270º25%25.1%-
HSV(B)270º40%31.37%-
XYZ4.623.788.08-
YUV56.43141.3133.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=33.33%
G=25%
B=41.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6448800.200.4000.692702525.1
Hex403050142804510e1919
Octal10060120245001054163131
Binary1000000110000101000010100101000010001011000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403050; }

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

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

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

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

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

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

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

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