#40315D

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

Shades of Jacarta #40315D

Tints of Jacarta #40315D

Color information

#40315D (or 0x40315D) is unknown color: approx Jacarta. HEX triplet: 40, 31 and 5D. RGB value is (64,49,93). Sum of RGB (Red+Green+Blue) = 64+49+93=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #40315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40315D is #BFCEA2. Grayscale: #3A3A3A. Windows color (decimal): -12570275 or 6107456. OLE color: 6107456.

HSL color Cylindrical-coordinate representation of color #40315D: hue angle of 260.45º degrees, saturation: 0.31, 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 #40315D is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB644993-
CMYK0.310.4700.64
HSL260.45º30.99%27.84%-
HSV(B)260.45º47.31%36.47%-
XYZ5.194.0810.87-
YUV58.5147.47131.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=31.07%
G=23.79%
B=45.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6449930.310.4700.64260.4530.9927.84
Hex40315D1F2F0401041f1c
Octal10061135375701004043734
Binary1000000110001101110111111101111010000001000001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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