#403989

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

Shades of Dark Slate Blue #403989

Tints of Dark Slate Blue #403989

Color information

#403989 (or 0x403989) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 39 and 89. RGB value is (64,57,137). Sum of RGB (Red+Green+Blue) = 64+57+137=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #403989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403989 is #BFC676. Grayscale: #434343. Windows color (decimal): -12568183 or 8993088. OLE color: 8993088.

HSL color Cylindrical-coordinate representation of color #403989: hue angle of 245.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403989 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6457137-
CMYK0.530.5800.46
HSL245.25º41.24%38.04%-
HSV(B)245.25º58.39%53.73%-
XYZ8.095.8224.36-
YUV68.21166.82125-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=24.81%
G=22.09%
B=53.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64571370.530.5800.46245.2541.2438.04
Hex403989353A02Ef52926
Octal1007121165720563655146
Binary100000011100110001001110101111010010111011110101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403989; }

 p { color: rgb(64,57,137); }

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

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

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

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

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

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

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