#3F399F

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

Shades of Dark Slate Blue #3F399F

Tints of Dark Slate Blue #3F399F

Color information

#3F399F (or 0x3F399F) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 39 and 9F. RGB value is (63,57,159). Sum of RGB (Red+Green+Blue) = 63+57+159=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F399F is #C0C660. Grayscale: #464646. Windows color (decimal): -12633697 or 10434879. OLE color: 10434879.

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

Color convert

RGB6357159-
CMYK0.600.6400.38
HSL243.53º47.22%42.35%-
HSV(B)243.53º64.15%62.35%-
XYZ9.776.4933.54-
YUV70.42177.99122.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=22.58%
G=20.43%
B=56.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63571590.600.6400.38243.5347.2242.35
Hex3F399F3C40026f42f2a
Octal7771237741000463645752
Binary111111111001100111111111001000000010011011110100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F399F; }

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

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

<style>
 a { background-color: #3F399F; }

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

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

<style>
 span { border-color: #3F399F; }

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

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