#3F3E9D

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

Shades of Dark Slate Blue #3F3E9D

Tints of Dark Slate Blue #3F3E9D

Color information

#3F3E9D (or 0x3F3E9D) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 3E and 9D. RGB value is (63,62,157). Sum of RGB (Red+Green+Blue) = 63+62+157=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F3E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3E9D is #C0C162. Grayscale: #484848. Windows color (decimal): -12632419 or 10305087. OLE color: 10305087.

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

Color convert

RGB6362157-
CMYK0.600.6100.38
HSL240.63º43.38%42.94%-
HSV(B)240.63º60.51%61.57%-
XYZ9.866.9432.72-
YUV73.13175.33120.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=22.34%
G=21.99%
B=55.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63621570.600.6100.38240.6343.3842.94
Hex3F3E9D3C3D026f12b2b
Octal777623574750463615353
Binary11111111111010011101111100111101010011011110001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,62,157); }

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

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

 a { background-color: rgb(63,62,157); }

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

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

 span { border-color: rgb(63,62,157); }

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