#39318E

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

Shades of Dark Slate Blue #39318E

Tints of Dark Slate Blue #39318E

Color information

#39318E (or 0x39318E) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 31 and 8E. RGB value is (57,49,142). Sum of RGB (Red+Green+Blue) = 57+49+142=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #39318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39318E is #C6CE71. Grayscale: #3D3D3D. Windows color (decimal): -13028978 or 9318713. OLE color: 9318713.

HSL color Cylindrical-coordinate representation of color #39318E: hue angle of 245.16º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39318E is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5749142-
CMYK0.600.6500.44
HSL245.16º48.69%37.45%-
HSV(B)245.16º65.49%55.69%-
XYZ7.675.0226.16-
YUV61.99173.15124.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 49 (19.53% from 255) = 19.76%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=22.98%
G=19.76%
B=57.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57491420.600.6500.44245.1648.6937.45
Hex39318E3C4102Cf53125
Octal7161216741010543656145
Binary111001110001100011101111001000001010110011110101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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