#403250

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

Shades of Jagger #403250

Tints of Jagger #403250

Color information

#403250 (or 0x403250) is unknown color: approx Jagger. HEX triplet: 40, 32 and 50. RGB value is (64,50,80). Sum of RGB (Red+Green+Blue) = 64+50+80=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #403250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403250 is #BFCDAF. Grayscale: #393939. Windows color (decimal): -12570032 or 5255744. OLE color: 5255744.

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

Color convert

RGB645080-
CMYK0.200.3700.69
HSL268º23.08%25.49%-
HSV(B)268º37.5%31.37%-
XYZ4.73.958.1-
YUV57.61140.64132.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=32.99%
G=25.77%
B=41.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6450800.200.3700.6926823.0825.49
Hex403250142504510c1719
Octal10062120244501054142731
Binary1000000110010101000010100100101010001011000011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403250; }

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

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

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

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

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

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

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

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