#403A8E

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

Shades of Dark Slate Blue #403A8E

Tints of Dark Slate Blue #403A8E

Color information

#403A8E (or 0x403A8E) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3A and 8E. RGB value is (64,58,142). Sum of RGB (Red+Green+Blue) = 64+58+142=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #403A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403A8E is #BFC571. Grayscale: #454545. Windows color (decimal): -12567922 or 9321024. OLE color: 9321024.

HSL color Cylindrical-coordinate representation of color #403A8E: hue angle of 244.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403A8E is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6458142-
CMYK0.550.5900.44
HSL244.29º42%39.22%-
HSV(B)244.29º59.15%55.69%-
XYZ8.516.0726.31-
YUV69.37168.99124.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=24.24%
G=21.97%
B=53.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64581420.550.5900.44244.294239.22
Hex403A8E373B02Cf42a27
Octal1007221667730543645247
Binary100000011101010001110110111111011010110011110100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,58,142); }

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

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

 a { background-color: rgb(64,58,142); }

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

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

 span { border-color: rgb(64,58,142); }

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