#392D87

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

Shades of Dark Slate Blue #392D87

Tints of Dark Slate Blue #392D87

Color information

#392D87 (or 0x392D87) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2D and 87. RGB value is (57,45,135). Sum of RGB (Red+Green+Blue) = 57+45+135=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #392D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392D87 is #C6D278. Grayscale: #3A3A3A. Windows color (decimal): -13030009 or 8858937. OLE color: 8858937.

HSL color Cylindrical-coordinate representation of color #392D87: hue angle of 248º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392D87 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5745135-
CMYK0.580.6700.47
HSL248º50%35.29%-
HSV(B)248º66.67%52.94%-
XYZ74.523.42-
YUV58.85170.98126.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 45 (17.97% from 255) = 18.99%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=24.05%
G=18.99%
B=56.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57451350.580.6700.472485035.29
Hex392D873A4302Ff83223
Octal7155207721030573706243
Binary111001101101100001111110101000011010111111111000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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