#39318b

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

Shades of Dark Slate Blue #39318B

Tints of Dark Slate Blue #39318B

Color information

#39318B (or 0x39318B) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 31 and 8B. RGB value is (57,49,139). Sum of RGB (Red+Green+Blue) = 57+49+139=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #39318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39318B is #C6CE74. Grayscale: #3D3D3D. Windows color (decimal): -13028981 or 9122105. OLE color: 9122105.

HSL color Cylindrical-coordinate representation of color #39318B: hue angle of 245.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39318B is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5749139-
CMYK0.590.6500.45
HSL245.33º47.87%36.86%-
HSV(B)245.33º64.75%54.51%-
XYZ7.454.9324.99-
YUV61.65171.65124.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=23.27%
G=20%
B=56.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57491390.590.6500.45245.3347.8736.86
Hex39318B3B4102Df53025
Octal7161213731010553656045
Binary111001110001100010111110111000001010110111110101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39318b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39318b; }

 p { color: rgb(57,49,139); }

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

<style>
 a { background-color: #39318b; }

 a { background-color: rgb(57,49,139); }

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

<style>
 span { border-color: #39318b; }

 span { border-color: rgb(57,49,139); }

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