#392A93

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

Shades of Dark Slate Blue #392A93

Tints of Dark Slate Blue #392A93

Color information

#392A93 (or 0x392A93) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2A and 93. RGB value is (57,42,147). Sum of RGB (Red+Green+Blue) = 57+42+147=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #392A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392A93 is #C6D56C. Grayscale: #3A3A3A. Windows color (decimal): -13030765 or 9644601. OLE color: 9644601.

HSL color Cylindrical-coordinate representation of color #392A93: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392A93 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5742147-
CMYK0.610.7100.42
HSL248.57º55.56%37.06%-
HSV(B)248.57º71.43%57.65%-
XYZ7.784.6328.09-
YUV58.46177.97126.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 147 (57.81% from 255) = 59.76%
R=23.17%
G=17.07%
B=59.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57421470.610.7100.42248.5755.5637.06
Hex392A933D4702Af93825
Octal7152223751070523717045
Binary111001101010100100111111011000111010101011111001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,42,147); }

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

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

 a { background-color: rgb(57,42,147); }

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

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

 span { border-color: rgb(57,42,147); }

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