#392F9A

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

Shades of Dark Slate Blue #392F9A

Tints of Dark Slate Blue #392F9A

Color information

#392F9A (or 0x392F9A) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2F and 9A. RGB value is (57,47,154). Sum of RGB (Red+Green+Blue) = 57+47+154=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #392F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392F9A is #C6D065. Grayscale: #3D3D3D. Windows color (decimal): -13029478 or 10104633. OLE color: 10104633.

HSL color Cylindrical-coordinate representation of color #392F9A: hue angle of 245.61º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #392F9A is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5747154-
CMYK0.630.6900.40
HSL245.61º53.23%39.41%-
HSV(B)245.61º69.48%60.39%-
XYZ8.545.2431.13-
YUV62.19179.81124.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 47 (18.75% from 255) = 18.22%
BLUE value IS 154 (60.55% from 255) = 59.69%
R=22.09%
G=18.22%
B=59.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57471540.630.6900.40245.6153.2339.41
Hex392F9A3F45028f63527
Octal7157232771050503666547
Binary111001101111100110101111111000101010100011110110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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