Html Css Color HEX #393999 Dark Slate Blue

📋 copy color: '#393999'

red 57 ◦ green 57 ◦ blue 153

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

Shades of Dark Slate Blue #393999

Tints of Dark Slate Blue #393999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

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

R = 21.35%
G = 21.35%
B = 57.3%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#393999 (or 0x393999) is known color: Dark Slate Blue. HEX triplet: 39, 39 and 99. RGB value is (57,57,153). Sum of RGB (Red+Green+Blue) = 57+57+153=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #393999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393999 is #C6C666. Grayscale: #434343. Windows color (decimal): -13026919 or 10041657. OLE color: 10041657.

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

Color convert

RGB 57 57 153 -
CMYK 0.63 0.63 0 0.4
HSL 240º 0.46% 0.41% -
HSV(B) 240º 0.63% 0.6% -
XYZ 8.9 6.1 30.84 -
YUV 67.94 176 120.19 -
System Red Green Blue C M Y K H S L
Decimal 57 57 153 0.63 0.63 0 0.4 240 0.46 0.41
Hex 39 39 99 3F 3F 0 28 F0 2E 29
Octal 71 71 231 77 77 0 50 360 56 51
Binary 111001 111001 10011001 111111 111111 0 101000 11110000 101110 101001

Color Harmonies of #393999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393999

Black with #393999

Text Example


Text Example

White with #393999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393999; }

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

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

background-color css

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

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

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

border-color css

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

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

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