#403687

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

Shades of Dark Slate Blue #403687

Tints of Dark Slate Blue #403687

Color information

#403687 (or 0x403687) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 36 and 87. RGB value is (64,54,135). Sum of RGB (Red+Green+Blue) = 64+54+135=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #403687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403687 is #BFC978. Grayscale: #414141. Windows color (decimal): -12568953 or 8861248. OLE color: 8861248.

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

Color convert

RGB6454135-
CMYK0.530.6000.47
HSL247.41º42.86%37.06%-
HSV(B)247.41º60%52.94%-
XYZ7.815.4823.57-
YUV66.22166.81126.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=25.30%
G=21.34%
B=53.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64541350.530.6000.47247.4142.8637.06
Hex403687353C02Ff72b25
Octal1006620765740573675345
Binary100000011011010000111110101111100010111111110111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403687; }

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

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

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

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

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

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

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

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