#39379F

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

Shades of Dark Slate Blue #39379F

Tints of Dark Slate Blue #39379F

Color information

#39379F (or 0x39379F) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 37 and 9F. RGB value is (57,55,159). Sum of RGB (Red+Green+Blue) = 57+55+159=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #39379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39379F is #C6C860. Grayscale: #434343. Windows color (decimal): -13027425 or 10434361. OLE color: 10434361.

HSL color Cylindrical-coordinate representation of color #39379F: hue angle of 241.15º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39379F is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5755159-
CMYK0.640.6500.38
HSL241.15º48.6%41.96%-
HSV(B)241.15º65.41%62.35%-
XYZ9.316.1133.49-
YUV67.45179.66120.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 55 (21.88% from 255) = 20.30%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=21.03%
G=20.30%
B=58.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57551590.640.6500.38241.1548.641.96
Hex39379F4041026f1312a
Octal71672371001010463616152
Binary1110011101111001111110000001000001010011011110001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39379F; }

 p { color: rgb(57,55,159); }

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

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

 a { background-color: rgb(57,55,159); }

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

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

 span { border-color: rgb(57,55,159); }

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