#40328D

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

Shades of Dark Slate Blue #40328D

Tints of Dark Slate Blue #40328D

Color information

#40328D (or 0x40328D) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 32 and 8D. RGB value is (64,50,141). Sum of RGB (Red+Green+Blue) = 64+50+141=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #40328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40328D is #BFCD72. Grayscale: #404040. Windows color (decimal): -12569971 or 9253440. OLE color: 9253440.

HSL color Cylindrical-coordinate representation of color #40328D: hue angle of 249.23º 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 #40328D is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6450141-
CMYK0.550.6500.45
HSL249.23º47.64%37.45%-
HSV(B)249.23º64.54%55.29%-
XYZ8.065.2925.8-
YUV64.56171.14127.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 141 (55.47% from 255) = 55.29%
R=25.10%
G=19.61%
B=55.29%

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
Decimal64501410.550.6500.45249.2347.6437.45
Hex40328D374102Df93025
Octal10062215671010553716045
Binary1000000110010100011011101111000001010110111111001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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