#3F3382

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

Shades of Dark Slate Blue #3F3382

Tints of Dark Slate Blue #3F3382

Color information

#3F3382 (or 0x3F3382) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 33 and 82. RGB value is (63,51,130). Sum of RGB (Red+Green+Blue) = 63+51+130=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F3382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3382 is #C0CC7D. Grayscale: #3F3F3F. Windows color (decimal): -12635262 or 8532799. OLE color: 8532799.

HSL color Cylindrical-coordinate representation of color #3F3382: hue angle of 249.11º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F3382 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6351130-
CMYK0.520.6100.49
HSL249.11º43.65%35.49%-
HSV(B)249.11º60.77%50.98%-
XYZ7.265.0421.71-
YUV63.59165.48127.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.82%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 130 (51.17% from 255) = 53.28%
R=25.82%
G=20.90%
B=53.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63511300.520.6100.49249.1143.6535.49
Hex3F3382343D031f92c23
Octal776320264750613715443
Binary11111111001110000010110100111101011000111111001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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