#393F9F

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

Shades of Dark Slate Blue #393F9F

Tints of Dark Slate Blue #393F9F

Color information

#393F9F (or 0x393F9F) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 3F and 9F. RGB value is (57,63,159). Sum of RGB (Red+Green+Blue) = 57+63+159=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #393F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F9F is #C6C060. Grayscale: #474747. Windows color (decimal): -13025377 or 10436409. OLE color: 10436409.

HSL color Cylindrical-coordinate representation of color #393F9F: hue angle of 236.47º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393F9F is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5763159-
CMYK0.640.6000.38
HSL236.47º47.22%42.35%-
HSV(B)236.47º64.15%62.35%-
XYZ9.726.9333.63-
YUV72.15177.01117.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=20.43%
G=22.58%
B=56.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57631590.640.6000.38236.4747.2242.35
Hex393F9F403C026ec2f2a
Octal7177237100740463545752
Binary111001111111100111111000000111100010011011101100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393F9F; }

 p { color: rgb(57,63,159); }

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

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

 a { background-color: rgb(57,63,159); }

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

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

 span { border-color: rgb(57,63,159); }

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