#403986

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

Shades of Dark Slate Blue #403986

Tints of Dark Slate Blue #403986

Color information

#403986 (or 0x403986) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 39 and 86. RGB value is (64,57,134). Sum of RGB (Red+Green+Blue) = 64+57+134=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #403986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403986 is #BFC679. Grayscale: #434343. Windows color (decimal): -12568186 or 8796480. OLE color: 8796480.

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

Color convert

RGB6457134-
CMYK0.520.5700.47
HSL245.45º40.31%37.45%-
HSV(B)245.45º57.46%52.55%-
XYZ7.885.7423.25-
YUV67.87165.32125.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=25.10%
G=22.35%
B=52.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64571340.520.5700.47245.4540.3137.45
Hex403986343902Ff52825
Octal1007120664710573655045
Binary100000011100110000110110100111001010111111110101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403986; }

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

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

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

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

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

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

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

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