#403286

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

Shades of Dark Slate Blue #403286

Tints of Dark Slate Blue #403286

Color information

#403286 (or 0x403286) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 32 and 86. RGB value is (64,50,134). Sum of RGB (Red+Green+Blue) = 64+50+134=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #403286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403286 is #BFCD79. Grayscale: #3F3F3F. Windows color (decimal): -12569978 or 8794688. OLE color: 8794688.

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

Color convert

RGB6450134-
CMYK0.520.6300.47
HSL250º45.65%36.08%-
HSV(B)250º62.69%52.55%-
XYZ7.565.0923.14-
YUV63.76167.64128.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 134 (52.73% from 255) = 54.03%
R=25.81%
G=20.16%
B=54.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64501340.520.6300.4725045.6536.08
Hex403286343F02Ffa2e24
Octal1006220664770573725644
Binary100000011001010000110110100111111010111111111010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403286; }

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

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

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

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

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

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

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

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