#392D8B

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

Shades of Dark Slate Blue #392D8B

Tints of Dark Slate Blue #392D8B

Color information

#392D8B (or 0x392D8B) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2D and 8B. RGB value is (57,45,139). Sum of RGB (Red+Green+Blue) = 57+45+139=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #392D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392D8B is #C6D274. Grayscale: #3A3A3A. Windows color (decimal): -13030005 or 9121081. OLE color: 9121081.

HSL color Cylindrical-coordinate representation of color #392D8B: hue angle of 247.66º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392D8B is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5745139-
CMYK0.590.6800.45
HSL247.66º51.09%36.08%-
HSV(B)247.66º67.63%54.51%-
XYZ7.294.6124.93-
YUV59.3172.98126.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=23.65%
G=18.67%
B=57.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57451390.590.6800.45247.6651.0936.08
Hex392D8B3B4402Df83324
Octal7155213731040553706344
Binary111001101101100010111110111000100010110111111000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392D8B; }

 p { color: rgb(57,45,139); }

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

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

 a { background-color: rgb(57,45,139); }

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

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

 span { border-color: rgb(57,45,139); }

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