#392D8A

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

Shades of Dark Slate Blue #392D8A

Tints of Dark Slate Blue #392D8A

Color information

#392D8A (or 0x392D8A) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2D and 8A. RGB value is (57,45,138). Sum of RGB (Red+Green+Blue) = 57+45+138=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #392D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392D8A is #C6D275. Grayscale: #3A3A3A. Windows color (decimal): -13030006 or 9055545. OLE color: 9055545.

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

Color convert

RGB5745138-
CMYK0.590.6700.46
HSL247.74º50.82%35.88%-
HSV(B)247.74º67.39%54.12%-
XYZ7.214.5824.55-
YUV59.19172.48126.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=23.75%
G=18.75%
B=57.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57451380.590.6700.46247.7450.8235.88
Hex392D8A3B4302Ef83324
Octal7155212731030563706344
Binary111001101101100010101110111000011010111011111000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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