#40318d

Color #40318D Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #40318D

Tints of Dark Slate Blue #40318D

Color information

#40318D (or 0x40318D) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 31 and 8D. RGB value is (64,49,141). Sum of RGB (Red+Green+Blue) = 64+49+141=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #40318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40318D is #BFCE72. Grayscale: #3F3F3F. Windows color (decimal): -12570227 or 9253184. OLE color: 9253184.

HSL color Cylindrical-coordinate representation of color #40318D: hue angle of 249.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40318D is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6449141-
CMYK0.550.6500.45
HSL249.78º48.42%37.25%-
HSV(B)249.78º65.25%55.29%-
XYZ8.025.2125.78-
YUV63.97171.47128.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.20%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=25.20%
G=19.29%
B=55.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64491410.550.6500.45249.7848.4237.25
Hex40318D374102Dfa3025
Octal10061215671010553726045
Binary1000000110001100011011101111000001010110111111010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40318d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40318d; }

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

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

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

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

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

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

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

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