#40418E

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

Shades of Dark Slate Blue #40418E

Tints of Dark Slate Blue #40418E

Color information

#40418E (or 0x40418E) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 41 and 8E. RGB value is (64,65,142). Sum of RGB (Red+Green+Blue) = 64+65+142=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #40418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40418E is #BFBE71. Grayscale: #494949. Windows color (decimal): -12566130 or 9322816. OLE color: 9322816.

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

Color convert

RGB6465142-
CMYK0.550.5400.44
HSL239.23º37.86%40.39%-
HSV(B)239.23º54.93%55.69%-
XYZ8.896.8226.44-
YUV73.48166.67121.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=23.62%
G=23.99%
B=52.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64651420.550.5400.44239.2337.8640.39
Hex40418E373602Cef2628
Octal10010121667660543574650
Binary1000000100000110001110110111110110010110011101111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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