#403EA2

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

Shades of Dark Slate Blue #403EA2

Tints of Dark Slate Blue #403EA2

Color information

#403EA2 (or 0x403EA2) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3E and A2. RGB value is (64,62,162). Sum of RGB (Red+Green+Blue) = 64+62+162=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #403EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403EA2 is #BFC15D. Grayscale: #494949. Windows color (decimal): -12566878 or 10632768. OLE color: 10632768.

HSL color Cylindrical-coordinate representation of color #403EA2: hue angle of 241.2º 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 #403EA2 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6462162-
CMYK0.600.6200.36
HSL241.2º44.64%43.92%-
HSV(B)241.2º61.73%63.53%-
XYZ10.367.1435.02-
YUV74177.66120.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 62 (24.61% from 255) = 21.53%
BLUE value IS 162 (63.67% from 255) = 56.25%
R=22.22%
G=21.53%
B=56.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64621620.600.6200.36241.244.6443.92
Hex403EA23C3E024f12d2c
Octal1007624274760443615554
Binary100000011111010100010111100111110010010011110001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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