#403386

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

Shades of Dark Slate Blue #403386

Tints of Dark Slate Blue #403386

Color information

#403386 (or 0x403386) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 33 and 86. RGB value is (64,51,134). Sum of RGB (Red+Green+Blue) = 64+51+134=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #403386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403386 is #BFCC79. Grayscale: #404040. Windows color (decimal): -12569722 or 8794944. OLE color: 8794944.

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

Color convert

RGB6451134-
CMYK0.520.6200.47
HSL249.4º44.86%36.27%-
HSV(B)249.4º61.94%52.55%-
XYZ7.65.1823.15-
YUV64.35167.31127.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 134 (52.73% from 255) = 53.82%
R=25.70%
G=20.48%
B=53.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64511340.520.6200.47249.444.8636.27
Hex403386343E02Ff92d24
Octal1006320664760573715544
Binary100000011001110000110110100111110010111111111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403386; }

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

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

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

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

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

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

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

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