#403E8F

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

Shades of Dark Slate Blue #403E8F

Tints of Dark Slate Blue #403E8F

Color information

#403E8F (or 0x403E8F) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3E and 8F. RGB value is (64,62,143). Sum of RGB (Red+Green+Blue) = 64+62+143=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #403E8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403E8F is #BFC170. Grayscale: #474747. Windows color (decimal): -12566897 or 9387584. OLE color: 9387584.

HSL color Cylindrical-coordinate representation of color #403E8F: hue angle of 241.48º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403E8F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6462143-
CMYK0.550.5700.44
HSL241.48º39.51%40.2%-
HSV(B)241.48º56.64%56.08%-
XYZ8.796.5226.78-
YUV71.83168.16122.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 143 (56.25% from 255) = 53.16%
R=23.79%
G=23.05%
B=53.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64621430.550.5700.44241.4839.5140.2
Hex403E8F373902Cf12828
Octal1007621767710543615050
Binary100000011111010001111110111111001010110011110001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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