#40315C

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

Shades of Jacarta #40315C

Tints of Jacarta #40315C

Color information

#40315C (or 0x40315C) is unknown color: approx Jacarta. HEX triplet: 40, 31 and 5C. RGB value is (64,49,92). Sum of RGB (Red+Green+Blue) = 64+49+92=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #40315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40315C is #BFCEA3. Grayscale: #3A3A3A. Windows color (decimal): -12570276 or 6041920. OLE color: 6041920.

HSL color Cylindrical-coordinate representation of color #40315C: hue angle of 260.93º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40315C is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB644992-
CMYK0.300.4700.64
HSL260.93º30.5%27.65%-
HSV(B)260.93º46.74%36.08%-
XYZ5.144.0610.64-
YUV58.39146.97132-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=31.22%
G=23.90%
B=44.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6449920.300.4700.64260.9330.527.65
Hex40315C1E2F0401051e1c
Octal10061134365701004053634
Binary1000000110001101110011110101111010000001000001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40315C; }

 p { color: rgb(64,49,92); }

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

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

 a { background-color: rgb(64,49,92); }

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

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

 span { border-color: rgb(64,49,92); }

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