#403EA3

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

Shades of Dark Slate Blue #403EA3

Tints of Dark Slate Blue #403EA3

Color information

#403EA3 (or 0x403EA3) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3E and A3. RGB value is (64,62,163). Sum of RGB (Red+Green+Blue) = 64+62+163=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 163 (64.06% from 255 or 56.40% from 289); Max value from RGB is 163 - color contains mainly: blue. Hex color #403EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403EA3 is #BFC15C. Grayscale: #494949. Windows color (decimal): -12566877 or 10698304. OLE color: 10698304.

HSL color Cylindrical-coordinate representation of color #403EA3: hue angle of 241.19º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403EA3 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6462163-
CMYK0.610.6200.36
HSL241.19º44.89%44.12%-
HSV(B)241.19º61.96%63.92%-
XYZ10.457.1835.49-
YUV74.11178.16120.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 163 (64.06% from 255) = 56.40%
R=22.15%
G=21.45%
B=56.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64621630.610.6200.36241.1944.8944.12
Hex403EA33D3E024f12d2c
Octal1007624375760443615554
Binary100000011111010100011111101111110010010011110001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403EA3; }

 p { color: rgb(64,62,163); }

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

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

 a { background-color: rgb(64,62,163); }

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

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

 span { border-color: rgb(64,62,163); }

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