#403E90

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

Shades of Dark Slate Blue #403E90

Tints of Dark Slate Blue #403E90

Color information

#403E90 (or 0x403E90) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3E and 90. RGB value is (64,62,144). Sum of RGB (Red+Green+Blue) = 64+62+144=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #403E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403E90 is #BFC16F. Grayscale: #474747. Windows color (decimal): -12566896 or 9453120. OLE color: 9453120.

HSL color Cylindrical-coordinate representation of color #403E90: hue angle of 241.46º 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 #403E90 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6462144-
CMYK0.560.5700.44
HSL241.46º39.81%40.39%-
HSV(B)241.46º56.94%56.47%-
XYZ8.876.5527.18-
YUV71.95168.66122.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=23.70%
G=22.96%
B=53.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64621440.560.5700.44241.4639.8140.39
Hex403E90383902Cf12828
Octal1007622070710543615050
Binary100000011111010010000111000111001010110011110001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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