#3F419F

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

Shades of Dark Slate Blue #3F419F

Tints of Dark Slate Blue #3F419F

Color information

#3F419F (or 0x3F419F) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 41 and 9F. RGB value is (63,65,159). Sum of RGB (Red+Green+Blue) = 63+65+159=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F419F is #C0BE60. Grayscale: #4A4A4A. Windows color (decimal): -12631649 or 10436927. OLE color: 10436927.

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

Color convert

RGB6365159-
CMYK0.600.5900.38
HSL238.75º43.24%43.53%-
HSV(B)238.75º60.38%62.35%-
XYZ10.27.3433.68-
YUV75.12175.34119.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=21.95%
G=22.65%
B=55.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63651590.600.5900.38238.7543.2443.53
Hex3F419F3C3B026ef2b2c
Octal7710123774730463575354
Binary111111100000110011111111100111011010011011101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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