#393792

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

Shades of Dark Slate Blue #393792

Tints of Dark Slate Blue #393792

Color information

#393792 (or 0x393792) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 37 and 92. RGB value is (57,55,146). Sum of RGB (Red+Green+Blue) = 57+55+146=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #393792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393792 is #C6C86D. Grayscale: #414141. Windows color (decimal): -13027438 or 9582393. OLE color: 9582393.

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

Color convert

RGB5755146-
CMYK0.610.6200.43
HSL241.32º45.27%39.41%-
HSV(B)241.32º62.33%57.25%-
XYZ8.245.6827.86-
YUV65.97173.16121.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=22.09%
G=21.32%
B=56.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57551460.610.6200.43241.3245.2739.41
Hex3937923D3E02Bf12d27
Octal716722275760533615547
Binary11100111011110010010111101111110010101111110001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393792; }

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

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

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

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

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

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

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

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