#3F3192

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

Shades of Dark Slate Blue #3F3192

Tints of Dark Slate Blue #3F3192

Color information

#3F3192 (or 0x3F3192) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 31 and 92. RGB value is (63,49,146). Sum of RGB (Red+Green+Blue) = 63+49+146=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F3192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3192 is #C0CE6D. Grayscale: #3F3F3F. Windows color (decimal): -12635758 or 9580863. OLE color: 9580863.

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

Color convert

RGB6349146-
CMYK0.570.6600.43
HSL248.66º49.74%38.24%-
HSV(B)248.66º66.44%57.25%-
XYZ8.345.3327.78-
YUV64.24174.14127.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.42%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=24.42%
G=18.99%
B=56.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63491460.570.6600.43248.6649.7438.24
Hex3F3192394202Bf93226
Octal7761222711020533716246
Binary111111110001100100101110011000010010101111111001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,146); }

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

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

 a { background-color: rgb(63,49,146); }

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

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

 span { border-color: rgb(63,49,146); }

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