Html Css Color HEX #393799 Dark Slate Blue

📋 copy color: '#393799'

red 57 ◦ green 55 ◦ blue 153

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

Shades of Dark Slate Blue #393799

Tints of Dark Slate Blue #393799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.75%

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 21.51%
G = 20.75%
B = 57.74%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#393799 (or 0x393799) is known color: Dark Slate Blue. HEX triplet: 39, 37 and 99. RGB value is (57,55,153). Sum of RGB (Red+Green+Blue) = 57+55+153=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #393799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393799 is #C6C866. Grayscale: #424242. Windows color (decimal): -13027431 or 10041145. OLE color: 10041145.

HSL color Cylindrical-coordinate representation of color #393799: hue angle of 241.22º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393799 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 55 153 -
CMYK 0.63 0.64 0 0.4
HSL 241.22º 0.47% 0.41% -
HSV(B) 241.22º 0.64% 0.6% -
XYZ 8.8 5.9 30.81 -
YUV 66.77 176.66 121.03 -
System Red Green Blue C M Y K H S L
Decimal 57 55 153 0.63 0.64 0 0.4 241.22 0.47 0.41
Hex 39 37 99 3F 40 0 28 F1 2F 29
Octal 71 67 231 77 100 0 50 361 57 51
Binary 111001 110111 10011001 111111 1000000 0 101000 11110001 101111 101001

Color Harmonies of #393799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393799

Black with #393799

Text Example


Text Example

White with #393799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393799; }

 p { color: rgb(57,55,153); }

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

background-color css

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

 a { background-color: rgb(57,55,153); }

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

border-color css

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

 span { border-color: rgb(57,55,153); }

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