#393999

Color #393999 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #393999

Tints of Dark Slate Blue #393999

Color information

#393999 (or 0x393999) is unknown color: approx 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

RGB5757153-
CMYK0.630.6300.4
HSL240º45.71%41.18%-
HSV(B)240º62.75%60%-
XYZ8.96.130.84-
YUV67.94176120.19-

RGB Variations

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

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.30%
R=21.35%
G=21.35%
B=57.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57571530.630.6300.424045.7141.18
Hex3939993F3F028f02e29
Octal717123177770503605651
Binary11100111100110011001111111111111010100011110000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>