#403DA2

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

Shades of Dark Slate Blue #403DA2

Tints of Dark Slate Blue #403DA2

Color information

#403DA2 (or 0x403DA2) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3D and A2. RGB value is (64,61,162). Sum of RGB (Red+Green+Blue) = 64+61+162=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #403DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DA2 is #BFC25D. Grayscale: #494949. Windows color (decimal): -12567134 or 10632512. OLE color: 10632512.

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

Color convert

RGB6461162-
CMYK0.600.6200.36
HSL241.78º45.29%43.73%-
HSV(B)241.78º62.35%63.53%-
XYZ10.37.0435-
YUV73.41177.99121.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 162 (63.67% from 255) = 56.45%
R=22.30%
G=21.25%
B=56.45%

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
Decimal64611620.600.6200.36241.7845.2943.73
Hex403DA23C3E024f22d2c
Octal1007524274760443625554
Binary100000011110110100010111100111110010010011110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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