#403053

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

Shades of Jagger #403053

Tints of Jagger #403053

Color information

#403053 (or 0x403053) is unknown color: approx Jagger. HEX triplet: 40, 30 and 53. RGB value is (64,48,83). Sum of RGB (Red+Green+Blue) = 64+48+83=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #403053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403053 is #BFCFAC. Grayscale: #383838. Windows color (decimal): -12570541 or 5451840. OLE color: 5451840.

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

Color convert

RGB644883-
CMYK0.230.4200.67
HSL267.43º26.72%25.69%-
HSV(B)267.43º42.17%32.55%-
XYZ4.733.838.67-
YUV56.77142.8133.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=32.82%
G=24.62%
B=42.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6448830.230.4200.67267.4326.7225.69
Hex403053172A04310b1b1a
Octal10060123275201034133332
Binary1000000110000101001110111101010010000111000010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403053; }

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

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

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

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

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

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

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

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