#40408C

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

Shades of Dark Slate Blue #40408C

Tints of Dark Slate Blue #40408C

Color information

#40408C (or 0x40408C) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 40 and 8C. RGB value is (64,64,140). Sum of RGB (Red+Green+Blue) = 64+64+140=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #40408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40408C is #BFBF73. Grayscale: #484848. Windows color (decimal): -12566388 or 9191488. OLE color: 9191488.

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

Color convert

RGB6464140-
CMYK0.540.5400.45
HSL240º37.25%40%-
HSV(B)240º54.29%54.9%-
XYZ8.686.6525.64-
YUV72.66166121.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=23.88%
G=23.88%
B=52.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64641400.540.5400.4524037.2540
Hex40408C363602Df02528
Octal10010021466660553604550
Binary1000000100000010001100110110110110010110111110000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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