#3F3987

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

Shades of Dark Slate Blue #3F3987

Tints of Dark Slate Blue #3F3987

Color information

#3F3987 (or 0x3F3987) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 39 and 87. RGB value is (63,57,135). Sum of RGB (Red+Green+Blue) = 63+57+135=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F3987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3987 is #C0C678. Grayscale: #434343. Windows color (decimal): -12633721 or 8862015. OLE color: 8862015.

HSL color Cylindrical-coordinate representation of color #3F3987: hue angle of 244.62º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F3987 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6357135-
CMYK0.530.5800.47
HSL244.62º40.62%37.65%-
HSV(B)244.62º57.78%52.94%-
XYZ7.895.7323.61-
YUV67.69165.99124.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 135 (53.12% from 255) = 52.94%
R=24.71%
G=22.35%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63571350.530.5800.47244.6240.6237.65
Hex3F3987353A02Ff52926
Octal777120765720573655146
Binary11111111100110000111110101111010010111111110101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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