#403781

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

Shades of Dark Slate Blue #403781

Tints of Dark Slate Blue #403781

Color information

#403781 (or 0x403781) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 37 and 81. RGB value is (64,55,129). Sum of RGB (Red+Green+Blue) = 64+55+129=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #403781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403781 is #BFC87E. Grayscale: #414141. Windows color (decimal): -12568703 or 8468288. OLE color: 8468288.

HSL color Cylindrical-coordinate representation of color #403781: hue angle of 247.3º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403781 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6455129-
CMYK0.500.5700.49
HSL247.3º40.22%36.08%-
HSV(B)247.3º57.36%50.59%-
XYZ7.445.4121.42-
YUV66.13163.48126.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 129 (50.78% from 255) = 52.02%
R=25.81%
G=22.18%
B=52.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64551290.500.5700.49247.340.2236.08
Hex4037813239031f72824
Octal1006720162710613675044
Binary100000011011110000001110010111001011000111110111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403781; }

 p { color: rgb(64,55,129); }

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

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

 a { background-color: rgb(64,55,129); }

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

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

 span { border-color: rgb(64,55,129); }

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