#393389

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

Shades of Dark Slate Blue #393389

Tints of Dark Slate Blue #393389

Color information

#393389 (or 0x393389) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 33 and 89. RGB value is (57,51,137). Sum of RGB (Red+Green+Blue) = 57+51+137=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #393389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393389 is #C6CC76. Grayscale: #3E3E3E. Windows color (decimal): -13028471 or 8991545. OLE color: 8991545.

HSL color Cylindrical-coordinate representation of color #393389: hue angle of 244.19º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393389 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5751137-
CMYK0.580.6300.46
HSL244.19º45.74%36.86%-
HSV(B)244.19º62.77%53.73%-
XYZ7.395.0424.25-
YUV62.6169.99124.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 137 (53.91% from 255) = 55.92%
R=23.27%
G=20.82%
B=55.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57511370.580.6300.46244.1945.7436.86
Hex3933893A3F02Ef42e25
Octal716321172770563645645
Binary11100111001110001001111010111111010111011110100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393389; }

 p { color: rgb(57,51,137); }

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

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

 a { background-color: rgb(57,51,137); }

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

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

 span { border-color: rgb(57,51,137); }

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