#403793

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

Shades of Dark Slate Blue #403793

Tints of Dark Slate Blue #403793

Color information

#403793 (or 0x403793) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 37 and 93. RGB value is (64,55,147). Sum of RGB (Red+Green+Blue) = 64+55+147=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #403793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403793 is #BFC86C. Grayscale: #434343. Windows color (decimal): -12568685 or 9647936. OLE color: 9647936.

HSL color Cylindrical-coordinate representation of color #403793: hue angle of 245.87º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #403793 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6455147-
CMYK0.560.6300.42
HSL245.87º45.54%39.61%-
HSV(B)245.87º62.59%57.65%-
XYZ8.755.9328.29-
YUV68.18172.48125.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 147 (57.81% from 255) = 55.26%
R=24.06%
G=20.68%
B=55.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64551470.560.6300.42245.8745.5439.61
Hex403793383F02Af62e28
Octal1006722370770523665650
Binary100000011011110010011111000111111010101011110110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403793; }

 p { color: rgb(64,55,147); }

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

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

 a { background-color: rgb(64,55,147); }

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

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

 span { border-color: rgb(64,55,147); }

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