#403E9D

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

Shades of Dark Slate Blue #403E9D

Tints of Dark Slate Blue #403E9D

Color information

#403E9D (or 0x403E9D) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3E and 9D. RGB value is (64,62,157). Sum of RGB (Red+Green+Blue) = 64+62+157=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #403E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403E9D is #BFC162. Grayscale: #494949. Windows color (decimal): -12566883 or 10305088. OLE color: 10305088.

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

Color convert

RGB6462157-
CMYK0.590.6100.38
HSL241.26º43.38%42.94%-
HSV(B)241.26º60.51%61.57%-
XYZ9.926.9732.72-
YUV73.43175.16121.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.61%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=22.61%
G=21.91%
B=55.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64621570.590.6100.38241.2643.3842.94
Hex403E9D3B3D026f12b2b
Octal1007623573750463615353
Binary100000011111010011101111011111101010011011110001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403E9D; }

 p { color: rgb(64,62,157); }

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

<style>
 a { background-color: #403E9D; }

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

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

<style>
 span { border-color: #403E9D; }

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

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