#393392

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

Shades of Dark Slate Blue #393392

Tints of Dark Slate Blue #393392

Color information

#393392 (or 0x393392) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 33 and 92. RGB value is (57,51,146). Sum of RGB (Red+Green+Blue) = 57+51+146=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #393392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393392 is #C6CC6D. Grayscale: #3F3F3F. Windows color (decimal): -13028462 or 9581369. OLE color: 9581369.

HSL color Cylindrical-coordinate representation of color #393392: hue angle of 243.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393392 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5751146-
CMYK0.610.6500.43
HSL243.79º48.22%38.63%-
HSV(B)243.79º65.07%57.25%-
XYZ8.065.3127.79-
YUV63.62174.49123.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=22.44%
G=20.08%
B=57.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57511460.610.6500.43243.7948.2238.63
Hex3933923D4102Bf43027
Octal7163222751010533646047
Binary111001110011100100101111011000001010101111110100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393392; }

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

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

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

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

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

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

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

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