#393399

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

Shades of Dark Slate Blue #393399

Tints of Dark Slate Blue #393399

Color information

#393399 (or 0x393399) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 33 and 99. RGB value is (57,51,153). Sum of RGB (Red+Green+Blue) = 57+51+153=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #393399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393399 is #C6CC66. Grayscale: #404040. Windows color (decimal): -13028455 or 10040121. OLE color: 10040121.

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

Color convert

RGB5751153-
CMYK0.630.6700.4
HSL243.53º50%40%-
HSV(B)243.53º66.67%60%-
XYZ8.625.5430.75-
YUV64.42177.99122.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=21.84%
G=19.54%
B=58.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57511530.630.6700.4243.535040
Hex3933993F43028f43228
Octal7163231771030503646250
Binary111001110011100110011111111000011010100011110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393399; }

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

 H1.HeaderClassName
 {
   color: #393399;
 }
 .AnyTagClassName
 {
   color: #393399;
 }
</style>
background-color css

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

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

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

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

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

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