#393193

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

Shades of Dark Slate Blue #393193

Tints of Dark Slate Blue #393193

Color information

#393193 (or 0x393193) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 31 and 93. RGB value is (57,49,147). Sum of RGB (Red+Green+Blue) = 57+49+147=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #393193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393193 is #C6CE6C. Grayscale: #3E3E3E. Windows color (decimal): -13028973 or 9646393. OLE color: 9646393.

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

Color convert

RGB5749147-
CMYK0.610.6700.42
HSL244.9º50%38.43%-
HSV(B)244.9º66.67%57.65%-
XYZ8.055.1728.18-
YUV62.56175.65124.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=22.53%
G=19.37%
B=58.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57491470.610.6700.42244.95038.43
Hex3931933D4302Af53226
Octal7161223751030523656246
Binary111001110001100100111111011000011010101011110101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393193; }

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

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

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

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

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

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

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

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