#3F3380

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

Shades of Dark Slate Blue #3F3380

Tints of Dark Slate Blue #3F3380

Color information

#3F3380 (or 0x3F3380) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 33 and 80. RGB value is (63,51,128). Sum of RGB (Red+Green+Blue) = 63+51+128=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F3380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3380 is #C0CC7F. Grayscale: #3F3F3F. Windows color (decimal): -12635264 or 8401727. OLE color: 8401727.

HSL color Cylindrical-coordinate representation of color #3F3380: hue angle of 249.35º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F3380 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6351128-
CMYK0.510.6000.50
HSL249.35º43.02%35.1%-
HSV(B)249.35º60.16%50.2%-
XYZ7.134.9821.01-
YUV63.37164.48127.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=26.03%
G=21.07%
B=52.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63511280.510.6000.50249.3543.0235.1
Hex3F3380333C032f92b23
Octal776320063740623715343
Binary11111111001110000000110011111100011001011111001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,128); }

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

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

 a { background-color: rgb(63,51,128); }

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

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

 span { border-color: rgb(63,51,128); }

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