Html Css Color HEX #393493 Dark Slate Blue

📋 copy color: '#393493'

red 57 ◦ green 52 ◦ blue 147

#393493
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #393493

Tints of Dark Slate Blue #393493

RGB

 RED value IS 57 (22.66% from 255) = 22.27%

 GREEN value IS 52 (20.7% from 255) = 20.31%

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 22.27%
G = 20.31%
B = 57.42%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#393493 (or 0x393493) is known color: Dark Slate Blue. HEX triplet: 39, 34 and 93. RGB value is (57,52,147). Sum of RGB (Red+Green+Blue) = 57+52+147=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #393493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393493 is #C6CB6C. Grayscale: #3F3F3F. Windows color (decimal): -13028205 or 9647161. OLE color: 9647161.

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

Color convert

RGB 57 52 147 -
CMYK 0.61 0.65 0 0.42
HSL 243.16º 0.48% 0.39% -
HSV(B) 243.16º 0.65% 0.58% -
XYZ 8.18 5.43 28.22 -
YUV 64.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 57 52 147 0.61 0.65 0 0.42 243.16 0.48 0.39
Hex 39 34 93 3D 41 0 2A F3 30 27
Octal 71 64 223 75 101 0 52 363 60 47
Binary 111001 110100 10010011 111101 1000001 0 101010 11110011 110000 100111

Color Harmonies of #393493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393493

Black with #393493

Text Example


Text Example

White with #393493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393493; }

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

 H1.HeaderClassName
 {
   color: #393493;
 }
 .AnyTagClassName
 {
   color: #393493;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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