#40409E

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

Shades of Dark Slate Blue #40409E

Tints of Dark Slate Blue #40409E

Color information

#40409E (or 0x40409E) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 40 and 9E. RGB value is (64,64,158). Sum of RGB (Red+Green+Blue) = 64+64+158=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #40409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40409E is #BFBF61. Grayscale: #4A4A4A. Windows color (decimal): -12566370 or 10371136. OLE color: 10371136.

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

Color convert

RGB6464158-
CMYK0.590.5900.38
HSL240º42.34%43.53%-
HSV(B)240º59.49%61.96%-
XYZ10.127.2333.21-
YUV74.72175120.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=22.38%
G=22.38%
B=55.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64641580.590.5900.3824042.3443.53
Hex40409E3B3B026f02a2c
Octal10010023673730463605254
Binary1000000100000010011110111011111011010011011110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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