#403390

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

Shades of Dark Slate Blue #403390

Tints of Dark Slate Blue #403390

Color information

#403390 (or 0x403390) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 33 and 90. RGB value is (64,51,144). Sum of RGB (Red+Green+Blue) = 64+51+144=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #403390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403390 is #BFCC6F. Grayscale: #414141. Windows color (decimal): -12569712 or 9450304. OLE color: 9450304.

HSL color Cylindrical-coordinate representation of color #403390: hue angle of 248.39º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #403390 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6451144-
CMYK0.560.6500.44
HSL248.39º47.69%38.24%-
HSV(B)248.39º64.58%56.47%-
XYZ8.335.4727-
YUV65.49172.31126.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 144 (56.64% from 255) = 55.60%
R=24.71%
G=19.69%
B=55.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64511440.560.6500.44248.3947.6938.24
Hex403390384102Cf83026
Octal10063220701010543706046
Binary1000000110011100100001110001000001010110011111000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403390; }

 p { color: rgb(64,51,144); }

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

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

 a { background-color: rgb(64,51,144); }

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

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

 span { border-color: rgb(64,51,144); }

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