#40418D

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

Shades of Dark Slate Blue #40418D

Tints of Dark Slate Blue #40418D

Color information

#40418D (or 0x40418D) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 41 and 8D. RGB value is (64,65,141). Sum of RGB (Red+Green+Blue) = 64+65+141=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #40418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40418D is #BFBE72. Grayscale: #494949. Windows color (decimal): -12566131 or 9257280. OLE color: 9257280.

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

Color convert

RGB6465141-
CMYK0.550.5400.45
HSL239.22º37.56%40.2%-
HSV(B)239.22º54.61%55.29%-
XYZ8.816.7926.05-
YUV73.36166.17121.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 141 (55.47% from 255) = 52.22%
R=23.70%
G=24.07%
B=52.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64651410.550.5400.45239.2237.5640.2
Hex40418D373602Def2628
Octal10010121567660553574650
Binary1000000100000110001101110111110110010110111101111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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