#403689

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

Shades of Dark Slate Blue #403689

Tints of Dark Slate Blue #403689

Color information

#403689 (or 0x403689) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 36 and 89. RGB value is (64,54,137). Sum of RGB (Red+Green+Blue) = 64+54+137=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #403689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403689 is #BFC976. Grayscale: #424242. Windows color (decimal): -12568951 or 8992320. OLE color: 8992320.

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

Color convert

RGB6454137-
CMYK0.530.6100.46
HSL247.23º43.46%37.45%-
HSV(B)247.23º60.58%53.73%-
XYZ7.955.5324.32-
YUV66.45167.81126.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 137 (53.91% from 255) = 53.73%
R=25.10%
G=21.18%
B=53.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64541370.530.6100.46247.2343.4637.45
Hex403689353D02Ef72b25
Octal1006621165750563675345
Binary100000011011010001001110101111101010111011110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403689; }

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

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

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

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

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

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

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

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