#40408D

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

Shades of Dark Slate Blue #40408D

Tints of Dark Slate Blue #40408D

Color information

#40408D (or 0x40408D) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 40 and 8D. RGB value is (64,64,141). Sum of RGB (Red+Green+Blue) = 64+64+141=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #40408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40408D is #BFBF72. Grayscale: #484848. Windows color (decimal): -12566387 or 9257024. OLE color: 9257024.

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

Color convert

RGB6464141-
CMYK0.550.5500.45
HSL240º37.56%40.2%-
HSV(B)240º54.61%55.29%-
XYZ8.766.6826.03-
YUV72.78166.5121.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 141 (55.47% from 255) = 52.42%
R=23.79%
G=23.79%
B=52.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64641410.550.5500.4524037.5640.2
Hex40408D373702Df02628
Octal10010021567670553604650
Binary1000000100000010001101110111110111010110111110000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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