#392896

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

Shades of Dark Slate Blue #392896

Tints of Dark Slate Blue #392896

Color information

#392896 (or 0x392896) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 28 and 96. RGB value is (57,40,150). Sum of RGB (Red+Green+Blue) = 57+40+150=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #392896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392896 is #C6D769. Grayscale: #393939. Windows color (decimal): -13031274 or 9840697. OLE color: 9840697.

HSL color Cylindrical-coordinate representation of color #392896: hue angle of 249.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392896 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5740150-
CMYK0.620.7300.41
HSL249.27º57.89%37.25%-
HSV(B)249.27º73.33%58.82%-
XYZ7.954.5929.32-
YUV57.62180.13127.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=23.08%
G=16.19%
B=60.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57401500.620.7300.41249.2757.8937.25
Hex3928963E49029f93a25
Octal7150226761110513717245
Binary111001101000100101101111101001001010100111111001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392896; }

 p { color: rgb(57,40,150); }

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

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

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

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

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

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

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