#393693

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

Shades of Dark Slate Blue #393693

Tints of Dark Slate Blue #393693

Color information

#393693 (or 0x393693) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 36 and 93. RGB value is (57,54,147). Sum of RGB (Red+Green+Blue) = 57+54+147=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #393693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393693 is #C6C96C. Grayscale: #414141. Windows color (decimal): -13027693 or 9647673. OLE color: 9647673.

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

Color convert

RGB5754147-
CMYK0.610.6300.42
HSL241.94º46.27%39.41%-
HSV(B)241.94º63.27%57.65%-
XYZ8.275.6128.25-
YUV65.5173.99121.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=22.09%
G=20.93%
B=56.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57541470.610.6300.42241.9446.2739.41
Hex3936933D3F02Af22e27
Octal716622375770523625647
Binary11100111011010010011111101111111010101011110010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393693; }

 p { color: rgb(57,54,147); }

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

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

 a { background-color: rgb(57,54,147); }

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

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

 span { border-color: rgb(57,54,147); }

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