#39329D

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

Shades of Dark Slate Blue #39329D

Tints of Dark Slate Blue #39329D

Color information

#39329D (or 0x39329D) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 32 and 9D. RGB value is (57,50,157). Sum of RGB (Red+Green+Blue) = 57+50+157=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #39329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39329D is #C6CD62. Grayscale: #3F3F3F. Windows color (decimal): -13028707 or 10302009. OLE color: 10302009.

HSL color Cylindrical-coordinate representation of color #39329D: hue angle of 243.93º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39329D is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5750157-
CMYK0.640.6800.38
HSL243.93º51.69%40.59%-
HSV(B)243.93º68.15%61.57%-
XYZ8.915.5932.51-
YUV64.29180.32122.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 157 (61.72% from 255) = 59.47%
R=21.59%
G=18.94%
B=59.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57501570.640.6800.38243.9351.6940.59
Hex39329D4044026f43429
Octal71622351001040463646451
Binary1110011100101001110110000001000100010011011110100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39329D; }

 p { color: rgb(57,50,157); }

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

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

 a { background-color: rgb(57,50,157); }

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

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

 span { border-color: rgb(57,50,157); }

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