#39319C

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

Shades of Dark Slate Blue #39319C

Tints of Dark Slate Blue #39319C

Color information

#39319C (or 0x39319C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 31 and 9C. RGB value is (57,49,156). Sum of RGB (Red+Green+Blue) = 57+49+156=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #39319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39319C is #C6CE63. Grayscale: #3F3F3F. Windows color (decimal): -13028964 or 10236217. OLE color: 10236217.

HSL color Cylindrical-coordinate representation of color #39319C: hue angle of 244.49º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39319C is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5749156-
CMYK0.630.6900.39
HSL244.49º52.2%40.2%-
HSV(B)244.49º68.59%61.18%-
XYZ8.795.4732.04-
YUV63.59180.15123.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 156 (61.33% from 255) = 59.54%
R=21.76%
G=18.70%
B=59.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57491560.630.6900.39244.4952.240.2
Hex39319C3F45027f43428
Octal7161234771050473646450
Binary111001110001100111001111111000101010011111110100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39319C; }

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

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

<style>
 a { background-color: #39319C; }

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

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

<style>
 span { border-color: #39319C; }

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

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