#3F3DA1

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

Shades of Dark Slate Blue #3F3DA1

Tints of Dark Slate Blue #3F3DA1

Color information

#3F3DA1 (or 0x3F3DA1) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 3D and A1. RGB value is (63,61,161). Sum of RGB (Red+Green+Blue) = 63+61+161=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #3F3DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3DA1 is #C0C25E. Grayscale: #484848. Windows color (decimal): -12632671 or 10566975. OLE color: 10566975.

HSL color Cylindrical-coordinate representation of color #3F3DA1: hue angle of 241.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F3DA1 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6361161-
CMYK0.610.6200.37
HSL241.2º45.05%43.53%-
HSV(B)241.2º62.11%63.14%-
XYZ10.156.9734.53-
YUV73177.66120.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 161 (63.28% from 255) = 56.49%
R=22.11%
G=21.40%
B=56.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal63611610.610.6200.37241.245.0543.53
Hex3F3DA13D3E025f12d2c
Octal777524175760453615554
Binary11111111110110100001111101111110010010111110001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,61,161); }

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

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

 a { background-color: rgb(63,61,161); }

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

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

 span { border-color: rgb(63,61,161); }

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