#392B87

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

Shades of Dark Slate Blue #392B87

Tints of Dark Slate Blue #392B87

Color information

#392B87 (or 0x392B87) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2B and 87. RGB value is (57,43,135). Sum of RGB (Red+Green+Blue) = 57+43+135=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #392B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392B87 is #C6D478. Grayscale: #393939. Windows color (decimal): -13030521 or 8858425. OLE color: 8858425.

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

Color convert

RGB5743135-
CMYK0.580.6800.47
HSL249.13º51.69%34.9%-
HSV(B)249.13º68.15%52.94%-
XYZ6.924.3523.4-
YUV57.67171.64127.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 43 (17.19% from 255) = 18.30%
BLUE value IS 135 (53.12% from 255) = 57.45%
R=24.26%
G=18.30%
B=57.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57431350.580.6800.47249.1351.6934.9
Hex392B873A4402Ff93423
Octal7153207721040573716443
Binary111001101011100001111110101000100010111111111001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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