Html Css Color HEX #393089 Dark Slate Blue

📋 copy color: '#393089'

red 57 ◦ green 48 ◦ blue 137

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

Shades of Dark Slate Blue #393089

Tints of Dark Slate Blue #393089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 23.55%
G = 19.83%
B = 56.61%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#393089 (or 0x393089) is known color: Dark Slate Blue. HEX triplet: 39, 30 and 89. RGB value is (57,48,137). Sum of RGB (Red+Green+Blue) = 57+48+137=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #393089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393089 is #C6CF76. Grayscale: #3C3C3C. Windows color (decimal): -13029239 or 8990777. OLE color: 8990777.

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

Color convert

RGB 57 48 137 -
CMYK 0.58 0.65 0 0.46
HSL 246.07º 0.48% 0.36% -
HSV(B) 246.07º 0.65% 0.54% -
XYZ 7.26 4.79 24.21 -
YUV 60.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 57 48 137 0.58 0.65 0 0.46 246.07 0.48 0.36
Hex 39 30 89 3A 41 0 2E F6 30 24
Octal 71 60 211 72 101 0 56 366 60 44
Binary 111001 110000 10001001 111010 1000001 0 101110 11110110 110000 100100

Color Harmonies of #393089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393089

Black with #393089

Text Example


Text Example

White with #393089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393089; }

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

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

background-color css

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

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

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

border-color css

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

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

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