#392F9E

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

Shades of Dark Slate Blue #392F9E

Tints of Dark Slate Blue #392F9E

Color information

#392F9E (or 0x392F9E) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2F and 9E. RGB value is (57,47,158). Sum of RGB (Red+Green+Blue) = 57+47+158=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #392F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392F9E is #C6D061. Grayscale: #3E3E3E. Windows color (decimal): -13029474 or 10366777. OLE color: 10366777.

HSL color Cylindrical-coordinate representation of color #392F9E: hue angle of 245.41º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #392F9E is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5747158-
CMYK0.640.7000.38
HSL245.41º54.15%40.2%-
HSV(B)245.41º70.25%61.96%-
XYZ8.885.3732.92-
YUV62.64181.81123.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 47 (18.75% from 255) = 17.94%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=21.76%
G=17.94%
B=60.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57471580.640.7000.38245.4154.1540.2
Hex392F9E4046026f53628
Octal71572361001060463656650
Binary1110011011111001111010000001000110010011011110101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F9E; }

 p { color: rgb(57,47,158); }

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

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

 a { background-color: rgb(57,47,158); }

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

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

 span { border-color: rgb(57,47,158); }

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