Html Css Color HEX #393389 Dark Slate Blue

📋 copy color: '#393389'

red 57 ◦ green 51 ◦ blue 137

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

Shades of Dark Slate Blue #393389

Tints of Dark Slate Blue #393389

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 value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#393389 (or 0x393389) is known color: 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

RGB 57 51 137 -
CMYK 0.58 0.63 0 0.46
HSL 244.19º 0.46% 0.37% -
HSV(B) 244.19º 0.63% 0.54% -
XYZ 7.39 5.04 24.25 -
YUV 62.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 57 51 137 0.58 0.63 0 0.46 244.19 0.46 0.37
Hex 39 33 89 3A 3F 0 2E F4 2E 25
Octal 71 63 211 72 77 0 56 364 56 45
Binary 111001 110011 10001001 111010 111111 0 101110 11110100 101110 100101

Color Harmonies of #393389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393389

Black with #393389

Text Example


Text Example

White with #393389

Text Example


Text Example

HTML Codes & Css Web 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>