#403D9B

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

Shades of Dark Slate Blue #403D9B

Tints of Dark Slate Blue #403D9B

Color information

#403D9B (or 0x403D9B) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3D and 9B. RGB value is (64,61,155). Sum of RGB (Red+Green+Blue) = 64+61+155=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #403D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403D9B is #BFC264. Grayscale: #484848. Windows color (decimal): -12567141 or 10173760. OLE color: 10173760.

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

Color convert

RGB6461155-
CMYK0.590.6100.39
HSL241.91º43.52%42.35%-
HSV(B)241.91º60.65%60.78%-
XYZ9.76.7931.81-
YUV72.61174.49121.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=22.86%
G=21.79%
B=55.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64611550.590.6100.39241.9143.5242.35
Hex403D9B3B3D027f22c2a
Octal1007523373750473625452
Binary100000011110110011011111011111101010011111110010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,61,155); }

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

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

 a { background-color: rgb(64,61,155); }

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

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

 span { border-color: rgb(64,61,155); }

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