#403FA0

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

Shades of Dark Slate Blue #403FA0

Tints of Dark Slate Blue #403FA0

Color information

#403FA0 (or 0x403FA0) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 3F and A0. RGB value is (64,63,160). Sum of RGB (Red+Green+Blue) = 64+63+160=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #403FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403FA0 is #BFC05F. Grayscale: #494949. Windows color (decimal): -12566624 or 10501952. OLE color: 10501952.

HSL color Cylindrical-coordinate representation of color #403FA0: hue angle of 240.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403FA0 is Cyan = 0.6, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6463160-
CMYK0.60.6100.37
HSL240.62º43.5%43.73%-
HSV(B)240.62º60.62%62.75%-
XYZ10.247.1834.1-
YUV74.36176.33120.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 160 (62.89% from 255) = 55.75%
R=22.30%
G=21.95%
B=55.75%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64631600.60.6100.37240.6243.543.73
Hex403FA03C3D025f12b2c
Octal1007724074750453615354
Binary100000011111110100000111100111101010010111110001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,63,160); }

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

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

 a { background-color: rgb(64,63,160); }

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

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

 span { border-color: rgb(64,63,160); }

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