#40408E

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

Shades of Dark Slate Blue #40408E

Tints of Dark Slate Blue #40408E

Color information

#40408E (or 0x40408E) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 40 and 8E. RGB value is (64,64,142). Sum of RGB (Red+Green+Blue) = 64+64+142=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #40408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40408E is #BFBF71. Grayscale: #484848. Windows color (decimal): -12566386 or 9322560. OLE color: 9322560.

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

Color convert

RGB6464142-
CMYK0.550.5500.44
HSL240º37.86%40.39%-
HSV(B)240º54.93%55.69%-
XYZ8.836.7126.42-
YUV72.89167121.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=23.70%
G=23.70%
B=52.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64641420.550.5500.4424037.8640.39
Hex40408E373702Cf02628
Octal10010021667670543604650
Binary1000000100000010001110110111110111010110011110000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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