#403783

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

Shades of Dark Slate Blue #403783

Tints of Dark Slate Blue #403783

Color information

#403783 (or 0x403783) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 37 and 83. RGB value is (64,55,131). Sum of RGB (Red+Green+Blue) = 64+55+131=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #403783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403783 is #BFC87C. Grayscale: #424242. Windows color (decimal): -12568701 or 8599360. OLE color: 8599360.

HSL color Cylindrical-coordinate representation of color #403783: hue angle of 247.11º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403783 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6455131-
CMYK0.510.5800.49
HSL247.11º40.86%36.47%-
HSV(B)247.11º58.02%51.37%-
XYZ7.585.4622.13-
YUV66.35164.48126.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=25.6%
G=22%
B=52.4%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64551310.510.5800.49247.1140.8636.47
Hex403783333A031f72924
Octal1006720363720613675144
Binary100000011011110000011110011111010011000111110111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403783; }

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

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

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

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

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

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

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

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